#572938

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

Shades of Black Rose #572938

Tints of Black Rose #572938

Color information

#572938 (or 0x572938) is unknown color: approx Black Rose. HEX triplet: 57, 29 and 38. RGB value is (87,41,56). Sum of RGB (Red+Green+Blue) = 87+41+56=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #572938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572938 is #A8D6C7. Grayscale: #383838. Windows color (decimal): -11065032 or 3680599. OLE color: 3680599.

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

Color convert

RGB874156-
CMYK00.530.360.66
HSL340.43º35.94%25.1%-
HSV(B)340.43º52.87%34.12%-
XYZ5.443.94.21-
YUV56.46127.74149.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=47.28%
G=22.28%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87415600.530.360.66340.4335.9425.1
Hex57293803524421542419
Octal1275170065441025244431
Binary10101111010011110000110101100100100001010101010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572938; }

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

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

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

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

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

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

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

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