Html Css Color HEX #871A2B Scarlett

📋 copy color: '#871A2B'

red 135 ◦ green 26 ◦ blue 43

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

Shades of Scarlett #871A2B

Tints of Scarlett #871A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 66.18%
G = 12.75%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#871A2B (or 0x871A2B) is known color: Scarlett. HEX triplet: 87, 1A and 2B. RGB value is (135,26,43). Sum of RGB (Red+Green+Blue) = 135+26+43=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #871A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A2B is #78E5D4. Grayscale: #3C3C3C. Windows color (decimal): -7923157 or 2824839. OLE color: 2824839.

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

Color convert

RGB 135 26 43 -
CMYK 0 0.81 0.68 0.47
HSL 350.64º 0.68% 0.32% -
HSV(B) 350.64º 0.81% 0.53% -
XYZ 10.8 6.06 2.89 -
YUV 60.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 135 26 43 0 0.81 0.68 0.47 350.64 0.68 0.32
Hex 87 1A 2B 0 51 44 2F 15F 44 20
Octal 207 32 53 0 121 104 57 537 104 40
Binary 10000111 11010 101011 0 1010001 1000100 101111 101011111 1000100 100000

Color Harmonies of #871A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A2B

Black with #871A2B

Text Example


Text Example

White with #871A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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