#572E3C

Color #572E3C Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #572E3C

Tints of Black Rose #572E3C

Color information

#572E3C (or 0x572E3C) is unknown color: approx Black Rose. HEX triplet: 57, 2E and 3C. RGB value is (87,46,60). Sum of RGB (Red+Green+Blue) = 87+46+60=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #572E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E3C is #A8D1C3. Grayscale: #3B3B3B. Windows color (decimal): -11063748 or 3944023. OLE color: 3944023.

HSL color Cylindrical-coordinate representation of color #572E3C: hue angle of 339.51º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E3C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB874660-
CMYK00.470.310.66
HSL339.51º30.83%26.08%-
HSV(B)339.51º47.13%34.12%-
XYZ5.724.314.8-
YUV59.86128.08147.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=45.08%
G=23.83%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87466000.470.310.66339.5130.8326.08
Hex572E3C02F1F421541f1a
Octal1275674057371025243732
Binary101011110111011110001011111111110000101010101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E3C; }

 p { color: rgb(87,46,60); }

 H1.HeaderClassName
 {
   color: #572E3C;
 }
 .AnyTagClassName
 {
   color: #572E3C;
 }
</style>
background-color css

<style>
 a { background-color: #572E3C; }

 a { background-color: rgb(87,46,60); }

 div.DivClassName
 {
   background-color: #572E3C;
 }
 .BgClassName
 {
   background-color: #572E3C;
 }
</style>
border-color css

<style>
 span { border-color: #572E3C; }

 span { border-color: rgb(87,46,60); }

 td.TdClassName
 {
   border-color: #572E3C;
 }
 .TagClassName
 {
   border-color: #572E3C;
 }
</style>