Html Css Color HEX #871E2D Scarlett

📋 copy color: '#871E2D'

red 135 ◦ green 30 ◦ blue 45

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

Shades of Scarlett #871E2D

Tints of Scarlett #871E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 64.29%
G = 14.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#871E2D (or 0x871E2D) is known color: Scarlett. HEX triplet: 87, 1E and 2D. RGB value is (135,30,45). Sum of RGB (Red+Green+Blue) = 135+30+45=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #871E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E2D is #78E1D2. Grayscale: #3F3F3F. Windows color (decimal): -7922131 or 2956935. OLE color: 2956935.

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

Color convert

RGB 135 30 45 -
CMYK 0 0.78 0.67 0.47
HSL 351.43º 0.64% 0.32% -
HSV(B) 351.43º 0.78% 0.53% -
XYZ 10.93 6.27 3.12 -
YUV 63.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 135 30 45 0 0.78 0.67 0.47 351.43 0.64 0.32
Hex 87 1E 2D 0 4E 43 2F 15F 40 20
Octal 207 36 55 0 116 103 57 537 100 40
Binary 10000111 11110 101101 0 1001110 1000011 101111 101011111 1000000 100000

Color Harmonies of #871E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E2D

Black with #871E2D

Text Example


Text Example

White with #871E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,30,45); }

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

background-color css

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

 a { background-color: rgb(135,30,45); }

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

border-color css

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

 span { border-color: rgb(135,30,45); }

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