Html Css Color HEX #571932 Black Rose

📋 copy color: '#571932'

red 87 ◦ green 25 ◦ blue 50

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

Shades of Black Rose #571932

Tints of Black Rose #571932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 53.7%
G = 15.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#571932 (or 0x571932) is known color: Black Rose. HEX triplet: 57, 19 and 32. RGB value is (87,25,50). Sum of RGB (Red+Green+Blue) = 87+25+50=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571932 is #A8E6CD. Grayscale: #2E2E2E. Windows color (decimal): -11069134 or 3283287. OLE color: 3283287.

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

Color convert

RGB 87 25 50 -
CMYK 0 0.71 0.43 0.66
HSL 335.81º 0.55% 0.22% -
HSV(B) 335.81º 0.71% 0.34% -
XYZ 4.85 2.95 3.33 -
YUV 46.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 87 25 50 0 0.71 0.43 0.66 335.81 0.55 0.22
Hex 57 19 32 0 47 2B 42 150 37 16
Octal 127 31 62 0 107 53 102 520 67 26
Binary 1010111 11001 110010 0 1000111 101011 1000010 101010000 110111 10110

Color Harmonies of #571932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571932

Black with #571932

Text Example


Text Example

White with #571932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571932; }

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

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

background-color css

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

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

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

border-color css

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

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

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