Html Css Color HEX #572032 Black Rose

📋 copy color: '#572032'

red 87 ◦ green 32 ◦ blue 50

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

Shades of Black Rose #572032

Tints of Black Rose #572032

RGB

 RED value IS 87 (34.38% from 255) = 51.48%

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 51.48%
G = 18.93%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#572032 (or 0x572032) is known color: Black Rose. HEX triplet: 57, 20 and 32. RGB value is (87,32,50). Sum of RGB (Red+Green+Blue) = 87+32+50=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #572032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572032 is #A8DFCD. Grayscale: #323232. Windows color (decimal): -11067342 or 3285079. OLE color: 3285079.

HSL color Cylindrical-coordinate representation of color #572032: hue angle of 340.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572032 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 50 -
CMYK 0 0.63 0.43 0.66
HSL 340.36º 0.46% 0.23% -
HSV(B) 340.36º 0.63% 0.34% -
XYZ 5.02 3.29 3.39 -
YUV 50.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 87 32 50 0 0.63 0.43 0.66 340.36 0.46 0.23
Hex 57 20 32 0 3F 2B 42 154 2E 17
Octal 127 40 62 0 77 53 102 524 56 27
Binary 1010111 100000 110010 0 111111 101011 1000010 101010100 101110 10111

Color Harmonies of #572032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572032

Black with #572032

Text Example


Text Example

White with #572032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572032; }

 p { color: rgb(87,32,50); }

 H1.HeaderClassName
 {
   color: #572032;
 }
 .AnyTagClassName
 {
   color: #572032;
 }
</style>

background-color css

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

 a { background-color: rgb(87,32,50); }

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

border-color css

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

 span { border-color: rgb(87,32,50); }

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