Html Css Color HEX #891618 Sangria

📋 copy color: '#891618'

red 137 ◦ green 22 ◦ blue 24

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

Shades of Sangria #891618

Tints of Sangria #891618

RGB

 RED value IS 137 (53.91% from 255) = 74.86%

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

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

R = 74.86%
G = 12.02%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891618 (or 0x891618) is known color: Sangria. HEX triplet: 89, 16 and 18. RGB value is (137,22,24). Sum of RGB (Red+Green+Blue) = 137+22+24=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #891618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891618 is #76E9E7. Grayscale: #383838. Windows color (decimal): -7793128 or 1578633. OLE color: 1578633.

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

Color convert

RGB 137 22 24 -
CMYK 0 0.84 0.82 0.46
HSL 358.96º 0.72% 0.31% -
HSV(B) 358.96º 0.84% 0.54% -
XYZ 10.77 5.96 1.45 -
YUV 56.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 137 22 24 0 0.84 0.82 0.46 358.96 0.72 0.31
Hex 89 16 18 0 54 52 2E 167 48 1F
Octal 211 26 30 0 124 122 56 547 110 37
Binary 10001001 10110 11000 0 1010100 1010010 101110 101100111 1001000 11111

Color Harmonies of #891618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891618

Black with #891618

Text Example


Text Example

White with #891618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891618; }

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

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

background-color css

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

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

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

border-color css

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

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

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