Html Css Color HEX #871A2A Scarlett

📋 copy color: '#871A2A'

red 135 ◦ green 26 ◦ blue 42

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

Shades of Scarlett #871A2A

Tints of Scarlett #871A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 66.5%
G = 12.81%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#871A2A (or 0x871A2A) is known color: Scarlett. HEX triplet: 87, 1A and 2A. RGB value is (135,26,42). Sum of RGB (Red+Green+Blue) = 135+26+42=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #871A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A2A is #78E5D5. Grayscale: #3C3C3C. Windows color (decimal): -7923158 or 2759303. OLE color: 2759303.

HSL color Cylindrical-coordinate representation of color #871A2A: hue angle of 351.19º 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 #871A2A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 42 -
CMYK 0 0.81 0.69 0.47
HSL 351.19º 0.68% 0.32% -
HSV(B) 351.19º 0.81% 0.53% -
XYZ 10.78 6.06 2.79 -
YUV 60.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 135 26 42 0 0.81 0.69 0.47 351.19 0.68 0.32
Hex 87 1A 2A 0 51 45 2F 15F 44 20
Octal 207 32 52 0 121 105 57 537 104 40
Binary 10000111 11010 101010 0 1010001 1000101 101111 101011111 1000100 100000

Color Harmonies of #871A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A2A

Black with #871A2A

Text Example


Text Example

White with #871A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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