#572238

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

Shades of Black Rose #572238

Tints of Black Rose #572238

Color information

#572238 (or 0x572238) is unknown color: approx Black Rose. HEX triplet: 57, 22 and 38. RGB value is (87,34,56). Sum of RGB (Red+Green+Blue) = 87+34+56=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #572238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572238 is #A8DDC7. Grayscale: #343434. Windows color (decimal): -11066824 or 3678807. OLE color: 3678807.

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

Color convert

RGB873456-
CMYK00.610.360.66
HSL335.09º43.8%23.73%-
HSV(B)335.09º60.92%34.12%-
XYZ5.223.464.13-
YUV52.36130.06152.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=49.15%
G=19.21%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87345600.610.360.66335.0943.823.73
Hex57223803D244214f2c18
Octal1274270075441025175430
Binary10101111000101110000111101100100100001010100111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572238; }

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

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

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

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

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

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

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

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