Html Css Color HEX #871A32 Scarlett

📋 copy color: '#871A32'

red 135 ◦ green 26 ◦ blue 50

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

Shades of Scarlett #871A32

Tints of Scarlett #871A32

RGB

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

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

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

R = 63.98%
G = 12.32%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#871A32 (or 0x871A32) is known color: Scarlett. HEX triplet: 87, 1A and 32. RGB value is (135,26,50). Sum of RGB (Red+Green+Blue) = 135+26+50=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #871A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A32 is #78E5CD. Grayscale: #3D3D3D. Windows color (decimal): -7923150 or 3283591. OLE color: 3283591.

HSL color Cylindrical-coordinate representation of color #871A32: hue angle of 346.79º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A32 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 50 -
CMYK 0 0.81 0.63 0.47
HSL 346.79º 0.68% 0.32% -
HSV(B) 346.79º 0.81% 0.53% -
XYZ 10.94 6.12 3.62 -
YUV 61.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 135 26 50 0 0.81 0.63 0.47 346.79 0.68 0.32
Hex 87 1A 32 0 51 3F 2F 15B 44 20
Octal 207 32 62 0 121 77 57 533 104 40
Binary 10000111 11010 110010 0 1010001 111111 101111 101011011 1000100 100000

Color Harmonies of #871A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A32

Black with #871A32

Text Example


Text Example

White with #871A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871A32; }

 p { color: rgb(135,26,50); }

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

background-color css

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

 a { background-color: rgb(135,26,50); }

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

border-color css

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

 span { border-color: rgb(135,26,50); }

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