Html Css Color HEX #871331 Scarlett

📋 copy color: '#871331'

red 135 ◦ green 19 ◦ blue 49

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

Shades of Scarlett #871331

Tints of Scarlett #871331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 66.5%
G = 9.36%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871331 (or 0x871331) is known color: Scarlett. HEX triplet: 87, 13 and 31. RGB value is (135,19,49). Sum of RGB (Red+Green+Blue) = 135+19+49=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #871331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871331 is #78ECCE. Grayscale: #393939. Windows color (decimal): -7924943 or 3216263. OLE color: 3216263.

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

Color convert

RGB 135 19 49 -
CMYK 0 0.86 0.64 0.47
HSL 344.48º 0.75% 0.3% -
HSV(B) 344.48º 0.86% 0.53% -
XYZ 10.78 5.84 3.46 -
YUV 57.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 135 19 49 0 0.86 0.64 0.47 344.48 0.75 0.3
Hex 87 13 31 0 56 40 2F 158 4B 1E
Octal 207 23 61 0 126 100 57 530 113 36
Binary 10000111 10011 110001 0 1010110 1000000 101111 101011000 1001011 11110

Color Harmonies of #871331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871331

Black with #871331

Text Example


Text Example

White with #871331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871331; }

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

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

background-color css

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

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

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

border-color css

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

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

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