#572D3B

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

Shades of Black Rose #572D3B

Tints of Black Rose #572D3B

Color information

#572D3B (or 0x572D3B) is unknown color: approx Black Rose. HEX triplet: 57, 2D and 3B. RGB value is (87,45,59). Sum of RGB (Red+Green+Blue) = 87+45+59=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D3B is #A8D2C4. Grayscale: #3B3B3B. Windows color (decimal): -11064005 or 3878231. OLE color: 3878231.

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

Color convert

RGB874559-
CMYK00.480.320.66
HSL340º31.82%25.88%-
HSV(B)340º48.28%34.12%-
XYZ5.664.224.65-
YUV59.15127.91147.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=45.55%
G=23.56%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87455900.480.320.6634031.8225.88
Hex572D3B0302042154201a
Octal1275573060401025244032
Binary10101111011011110110110000100000100001010101010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,45,59); }

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

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

 a { background-color: rgb(87,45,59); }

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

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

 span { border-color: rgb(87,45,59); }

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