Html Css Color HEX #871D2F Scarlett

📋 copy color: '#871D2F'

red 135 ◦ green 29 ◦ blue 47

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

Shades of Scarlett #871D2F

Tints of Scarlett #871D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 63.98%
G = 13.74%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#871D2F (or 0x871D2F) is known color: Scarlett. HEX triplet: 87, 1D and 2F. RGB value is (135,29,47). Sum of RGB (Red+Green+Blue) = 135+29+47=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #871D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D2F is #78E2D0. Grayscale: #3E3E3E. Windows color (decimal): -7922385 or 3087751. OLE color: 3087751.

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

Color convert

RGB 135 29 47 -
CMYK 0 0.79 0.65 0.47
HSL 349.81º 0.65% 0.32% -
HSV(B) 349.81º 0.79% 0.53% -
XYZ 10.94 6.23 3.32 -
YUV 62.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 135 29 47 0 0.79 0.65 0.47 349.81 0.65 0.32
Hex 87 1D 2F 0 4F 41 2F 15E 41 20
Octal 207 35 57 0 117 101 57 536 101 40
Binary 10000111 11101 101111 0 1001111 1000001 101111 101011110 1000001 100000

Color Harmonies of #871D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D2F

Black with #871D2F

Text Example


Text Example

White with #871D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,29,47); }

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

background-color css

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

 a { background-color: rgb(135,29,47); }

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

border-color css

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

 span { border-color: rgb(135,29,47); }

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