Html Css Color HEX #871D2D Scarlett

📋 copy color: '#871D2D'

red 135 ◦ green 29 ◦ blue 45

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

Shades of Scarlett #871D2D

Tints of Scarlett #871D2D

RGB

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

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

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

R = 64.59%
G = 13.88%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#871D2D (or 0x871D2D) is known color: Scarlett. HEX triplet: 87, 1D and 2D. RGB value is (135,29,45). Sum of RGB (Red+Green+Blue) = 135+29+45=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #871D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D2D is #78E2D2. Grayscale: #3E3E3E. Windows color (decimal): -7922387 or 2956679. OLE color: 2956679.

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

Color convert

RGB 135 29 45 -
CMYK 0 0.79 0.67 0.47
HSL 350.94º 0.65% 0.32% -
HSV(B) 350.94º 0.79% 0.53% -
XYZ 10.9 6.22 3.11 -
YUV 62.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 135 29 45 0 0.79 0.67 0.47 350.94 0.65 0.32
Hex 87 1D 2D 0 4F 43 2F 15F 41 20
Octal 207 35 55 0 117 103 57 537 101 40
Binary 10000111 11101 101101 0 1001111 1000011 101111 101011111 1000001 100000

Color Harmonies of #871D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D2D

Black with #871D2D

Text Example


Text Example

White with #871D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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