Html Css Color HEX #871417 Sangria

📋 copy color: '#871417'

red 135 ◦ green 20 ◦ blue 23

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

Shades of Sangria #871417

Tints of Sangria #871417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 23 (9.38% from 255) = 12.92%

R = 75.84%
G = 11.24%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#871417 (or 0x871417) is known color: Sangria. HEX triplet: 87, 14 and 17. RGB value is (135,20,23). Sum of RGB (Red+Green+Blue) = 135+20+23=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #871417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871417 is #78EBE8. Grayscale: #363636. Windows color (decimal): -7924713 or 1512583. OLE color: 1512583.

HSL color Cylindrical-coordinate representation of color #871417: hue angle of 358.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871417 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 23 -
CMYK 0 0.85 0.83 0.47
HSL 358.43º 0.74% 0.3% -
HSV(B) 358.43º 0.85% 0.53% -
XYZ 10.4 5.71 1.37 -
YUV 54.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 135 20 23 0 0.85 0.83 0.47 358.43 0.74 0.3
Hex 87 14 17 0 55 53 2F 166 4A 1E
Octal 207 24 27 0 125 123 57 546 112 36
Binary 10000111 10100 10111 0 1010101 1010011 101111 101100110 1001010 11110

Color Harmonies of #871417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871417

Black with #871417

Text Example


Text Example

White with #871417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871417; }

 p { color: rgb(135,20,23); }

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

background-color css

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

 a { background-color: rgb(135,20,23); }

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

border-color css

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

 span { border-color: rgb(135,20,23); }

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