Html Css Color HEX #572332 Black Rose

📋 copy color: '#572332'

red 87 ◦ green 35 ◦ blue 50

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

Shades of Black Rose #572332

Tints of Black Rose #572332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 50.58%
G = 20.35%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#572332 (or 0x572332) is known color: Black Rose. HEX triplet: 57, 23 and 32. RGB value is (87,35,50). Sum of RGB (Red+Green+Blue) = 87+35+50=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #572332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572332 is #A8DCCD. Grayscale: #343434. Windows color (decimal): -11066574 or 3285847. OLE color: 3285847.

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

Color convert

RGB 87 35 50 -
CMYK 0 0.60 0.43 0.66
HSL 342.69º 0.43% 0.24% -
HSV(B) 342.69º 0.6% 0.34% -
XYZ 5.11 3.46 3.42 -
YUV 52.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 87 35 50 0 0.60 0.43 0.66 342.69 0.43 0.24
Hex 57 23 32 0 3C 2B 42 157 2B 18
Octal 127 43 62 0 74 53 102 527 53 30
Binary 1010111 100011 110010 0 111100 101011 1000010 101010111 101011 11000

Color Harmonies of #572332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572332

Black with #572332

Text Example


Text Example

White with #572332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572332; }

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

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

background-color css

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

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

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

border-color css

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

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

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