Html Css Color HEX #871618 Sangria

📋 copy color: '#871618'

red 135 ◦ green 22 ◦ blue 24

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

Shades of Sangria #871618

Tints of Sangria #871618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

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

R = 74.59%
G = 12.15%
B = 13.26%

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

#871618 (or 0x871618) is known color: Sangria. HEX triplet: 87, 16 and 18. RGB value is (135,22,24). Sum of RGB (Red+Green+Blue) = 135+22+24=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #871618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871618 is #78E9E7. Grayscale: #383838. Windows color (decimal): -7924200 or 1578631. OLE color: 1578631.

HSL color Cylindrical-coordinate representation of color #871618: hue angle of 358.94º degrees, saturation: 0.72, 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 #871618 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 22 24 -
CMYK 0 0.84 0.82 0.47
HSL 358.94º 0.72% 0.31% -
HSV(B) 358.94º 0.84% 0.53% -
XYZ 10.44 5.79 1.43 -
YUV 56.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 135 22 24 0 0.84 0.82 0.47 358.94 0.72 0.31
Hex 87 16 18 0 54 52 2F 167 48 1F
Octal 207 26 30 0 124 122 57 547 110 37
Binary 10000111 10110 11000 0 1010100 1010010 101111 101100111 1001000 11111

Color Harmonies of #871618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871618

Black with #871618

Text Example


Text Example

White with #871618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871618; }

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

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

background-color css

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

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

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

border-color css

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

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

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