Html Css Color HEX #871518 Sangria

📋 copy color: '#871518'

red 135 ◦ green 21 ◦ blue 24

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

Shades of Sangria #871518

Tints of Sangria #871518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 75%
G = 11.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#871518 (or 0x871518) is known color: Sangria. HEX triplet: 87, 15 and 18. RGB value is (135,21,24). Sum of RGB (Red+Green+Blue) = 135+21+24=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #871518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871518 is #78EAE7. Grayscale: #373737. Windows color (decimal): -7924456 or 1578375. OLE color: 1578375.

HSL color Cylindrical-coordinate representation of color #871518: hue angle of 358.42º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871518 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 24 -
CMYK 0 0.84 0.82 0.47
HSL 358.42º 0.73% 0.31% -
HSV(B) 358.42º 0.84% 0.53% -
XYZ 10.42 5.75 1.43 -
YUV 55.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 135 21 24 0 0.84 0.82 0.47 358.42 0.73 0.31
Hex 87 15 18 0 54 52 2F 166 49 1F
Octal 207 25 30 0 124 122 57 546 111 37
Binary 10000111 10101 11000 0 1010100 1010010 101111 101100110 1001001 11111

Color Harmonies of #871518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871518

Black with #871518

Text Example


Text Example

White with #871518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871518; }

 p { color: rgb(135,21,24); }

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

background-color css

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

 a { background-color: rgb(135,21,24); }

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

border-color css

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

 span { border-color: rgb(135,21,24); }

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