Html Css Color HEX #571931 Black Rose

📋 copy color: '#571931'

red 87 ◦ green 25 ◦ blue 49

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

Shades of Black Rose #571931

Tints of Black Rose #571931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.43%

R = 54.04%
G = 15.53%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#571931 (or 0x571931) is known color: Black Rose. HEX triplet: 57, 19 and 31. RGB value is (87,25,49). Sum of RGB (Red+Green+Blue) = 87+25+49=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571931 is #A8E6CE. Grayscale: #2E2E2E. Windows color (decimal): -11069135 or 3217751. OLE color: 3217751.

HSL color Cylindrical-coordinate representation of color #571931: hue angle of 336.77º 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 #571931 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 49 -
CMYK 0 0.71 0.44 0.66
HSL 336.77º 0.55% 0.22% -
HSV(B) 336.77º 0.71% 0.34% -
XYZ 4.83 2.94 3.22 -
YUV 46.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 87 25 49 0 0.71 0.44 0.66 336.77 0.55 0.22
Hex 57 19 31 0 47 2C 42 151 37 16
Octal 127 31 61 0 107 54 102 521 67 26
Binary 1010111 11001 110001 0 1000111 101100 1000010 101010001 110111 10110

Color Harmonies of #571931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571931

Black with #571931

Text Example


Text Example

White with #571931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571931; }

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

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

background-color css

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

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

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

border-color css

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

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

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