#572139

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

Shades of Black Rose #572139

Tints of Black Rose #572139

Color information

#572139 (or 0x572139) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 39. RGB value is (87,33,57). Sum of RGB (Red+Green+Blue) = 87+33+57=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #572139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572139 is #A8DEC6. Grayscale: #333333. Windows color (decimal): -11067079 or 3744087. OLE color: 3744087.

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

Color convert

RGB873357-
CMYK00.620.340.66
HSL333.33º45%23.53%-
HSV(B)333.33º62.07%34.12%-
XYZ5.213.414.25-
YUV51.88130.89153.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=49.15%
G=18.64%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87335700.620.340.66333.334523.53
Hex57213903E224214d2d18
Octal1274171076421025155530
Binary10101111000011110010111110100010100001010100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572139; }

 p { color: rgb(87,33,57); }

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

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

 a { background-color: rgb(87,33,57); }

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

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

 span { border-color: rgb(87,33,57); }

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