#572D3C

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

Shades of Black Rose #572D3C

Tints of Black Rose #572D3C

Color information

#572D3C (or 0x572D3C) is unknown color: approx Black Rose. HEX triplet: 57, 2D and 3C. RGB value is (87,45,60). Sum of RGB (Red+Green+Blue) = 87+45+60=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #572D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D3C is #A8D2C3. Grayscale: #3B3B3B. Windows color (decimal): -11064004 or 3943767. OLE color: 3943767.

HSL color Cylindrical-coordinate representation of color #572D3C: hue angle of 338.57º 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 #572D3C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB874560-
CMYK00.480.310.66
HSL338.57º31.82%25.88%-
HSV(B)338.57º48.28%34.12%-
XYZ5.684.234.79-
YUV59.27128.41147.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=45.31%
G=23.44%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87456000.480.310.66338.5731.8225.88
Hex572D3C0301F42153201a
Octal1275574060371025234032
Binary1010111101101111100011000011111100001010101001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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