Html Css Color HEX #890812 Sangria

📋 copy color: '#890812'

red 137 ◦ green 8 ◦ blue 18

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

Shades of Sangria #890812

Tints of Sangria #890812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 84.05%
G = 4.91%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#890812 (or 0x890812) is known color: Sangria. HEX triplet: 89, 08 and 12. RGB value is (137,8,18). Sum of RGB (Red+Green+Blue) = 137+8+18=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #890812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890812 is #76F7ED. Grayscale: #2F2F2F. Windows color (decimal): -7796718 or 1181833. OLE color: 1181833.

HSL color Cylindrical-coordinate representation of color #890812: hue angle of 355.35º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890812 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 18 -
CMYK 0 0.94 0.87 0.46
HSL 355.35º 0.89% 0.28% -
HSV(B) 355.35º 0.94% 0.54% -
XYZ 10.51 5.54 1.09 -
YUV 47.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 137 8 18 0 0.94 0.87 0.46 355.35 0.89 0.28
Hex 89 8 12 0 5E 57 2E 163 59 1C
Octal 211 10 22 0 136 127 56 543 131 34
Binary 10001001 1000 10010 0 1011110 1010111 101110 101100011 1011001 11100

Color Harmonies of #890812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890812

Black with #890812

Text Example


Text Example

White with #890812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890812; }

 p { color: rgb(137,8,18); }

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

background-color css

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

 a { background-color: rgb(137,8,18); }

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

border-color css

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

 span { border-color: rgb(137,8,18); }

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