Html Css Color HEX #572139 Black Rose

📋 copy color: '#572139'

red 87 ◦ green 33 ◦ blue 57

#572139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #572139

Tints of Black Rose #572139

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.2%

R = 49.15%
G = 18.64%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#572139 (or 0x572139) is known color: 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

RGB 87 33 57 -
CMYK 0 0.62 0.34 0.66
HSL 333.33º 0.45% 0.24% -
HSV(B) 333.33º 0.62% 0.34% -
XYZ 5.21 3.41 4.25 -
YUV 51.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 87 33 57 0 0.62 0.34 0.66 333.33 0.45 0.24
Hex 57 21 39 0 3E 22 42 14D 2D 18
Octal 127 41 71 0 76 42 102 515 55 30
Binary 1010111 100001 111001 0 111110 100010 1000010 101001101 101101 11000

Color Harmonies of #572139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572139

Black with #572139

Text Example


Text Example

White with #572139

Text Example


Text Example

HTML Codes & Css Web 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>