#572C38

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

Shades of Black Rose #572C38

Tints of Black Rose #572C38

Color information

#572C38 (or 0x572C38) is unknown color: approx Black Rose. HEX triplet: 57, 2C and 38. RGB value is (87,44,56). Sum of RGB (Red+Green+Blue) = 87+44+56=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C38 is #A8D3C7. Grayscale: #3A3A3A. Windows color (decimal): -11064264 or 3681367. OLE color: 3681367.

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

Color convert

RGB874456-
CMYK00.490.360.66
HSL343.26º32.82%25.69%-
HSV(B)343.26º49.43%34.12%-
XYZ5.544.114.24-
YUV58.22126.75148.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=46.52%
G=23.53%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87445600.490.360.66343.2632.8225.69
Hex572C380312442157211a
Octal1275470061441025274132
Binary10101111011001110000110001100100100001010101011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,56); }

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

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

 a { background-color: rgb(87,44,56); }

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

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

 span { border-color: rgb(87,44,56); }

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