Html Css Color HEX #871931 Scarlett

📋 copy color: '#871931'

red 135 ◦ green 25 ◦ blue 49

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

Shades of Scarlett #871931

Tints of Scarlett #871931

RGB

 RED value IS 135 (53.13% from 255) = 64.59%

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

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

R = 64.59%
G = 11.96%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871931 (or 0x871931) is known color: Scarlett. HEX triplet: 87, 19 and 31. RGB value is (135,25,49). Sum of RGB (Red+Green+Blue) = 135+25+49=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #871931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871931 is #78E6CE. Grayscale: #3C3C3C. Windows color (decimal): -7923407 or 3217799. OLE color: 3217799.

HSL color Cylindrical-coordinate representation of color #871931: hue angle of 346.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871931 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 49 -
CMYK 0 0.81 0.64 0.47
HSL 346.91º 0.69% 0.31% -
HSV(B) 346.91º 0.81% 0.53% -
XYZ 10.89 6.07 3.5 -
YUV 60.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 135 25 49 0 0.81 0.64 0.47 346.91 0.69 0.31
Hex 87 19 31 0 51 40 2F 15B 45 1F
Octal 207 31 61 0 121 100 57 533 105 37
Binary 10000111 11001 110001 0 1010001 1000000 101111 101011011 1000101 11111

Color Harmonies of #871931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871931

Black with #871931

Text Example


Text Example

White with #871931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871931; }

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

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

background-color css

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

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

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

border-color css

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

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

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