#572B38

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

Shades of Black Rose #572B38

Tints of Black Rose #572B38

Color information

#572B38 (or 0x572B38) is unknown color: approx Black Rose. HEX triplet: 57, 2B and 38. RGB value is (87,43,56). Sum of RGB (Red+Green+Blue) = 87+43+56=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #572B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B38 is #A8D4C7. Grayscale: #393939. Windows color (decimal): -11064520 or 3681111. OLE color: 3681111.

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

Color convert

RGB874356-
CMYK00.510.360.66
HSL342.27º33.85%25.49%-
HSV(B)342.27º50.57%34.12%-
XYZ5.514.044.23-
YUV57.64127.08148.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=46.77%
G=23.12%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87435600.510.360.66342.2733.8525.49
Hex572B3803324421562219
Octal1275370063441025264231
Binary10101111010111110000110011100100100001010101011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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