Html Css Color HEX #571A31 Black Rose

📋 copy color: '#571A31'

red 87 ◦ green 26 ◦ blue 49

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

Shades of Black Rose #571A31

Tints of Black Rose #571A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.05%

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

R = 53.7%
G = 16.05%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#571A31 (or 0x571A31) is known color: Black Rose. HEX triplet: 57, 1A and 31. RGB value is (87,26,49). Sum of RGB (Red+Green+Blue) = 87+26+49=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A31 is #A8E5CE. Grayscale: #2E2E2E. Windows color (decimal): -11068879 or 3218007. OLE color: 3218007.

HSL color Cylindrical-coordinate representation of color #571A31: hue angle of 337.38º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A31 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 49 -
CMYK 0 0.70 0.44 0.66
HSL 337.38º 0.54% 0.22% -
HSV(B) 337.38º 0.7% 0.34% -
XYZ 4.85 2.99 3.23 -
YUV 46.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 87 26 49 0 0.70 0.44 0.66 337.38 0.54 0.22
Hex 57 1A 31 0 46 2C 42 151 36 16
Octal 127 32 61 0 106 54 102 521 66 26
Binary 1010111 11010 110001 0 1000110 101100 1000010 101010001 110110 10110

Color Harmonies of #571A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A31

Black with #571A31

Text Example


Text Example

White with #571A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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