Html Css Color HEX #890814 Sangria

📋 copy color: '#890814'

red 137 ◦ green 8 ◦ blue 20

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

Shades of Sangria #890814

Tints of Sangria #890814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 83.03%
G = 4.85%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#890814 (or 0x890814) is known color: Sangria. HEX triplet: 89, 08 and 14. RGB value is (137,8,20). Sum of RGB (Red+Green+Blue) = 137+8+20=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #890814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890814 is #76F7EB. Grayscale: #303030. Windows color (decimal): -7796716 or 1312905. OLE color: 1312905.

HSL color Cylindrical-coordinate representation of color #890814: hue angle of 354.42º 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 #890814 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 20 -
CMYK 0 0.94 0.85 0.46
HSL 354.42º 0.89% 0.28% -
HSV(B) 354.42º 0.94% 0.54% -
XYZ 10.53 5.54 1.18 -
YUV 47.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 137 8 20 0 0.94 0.85 0.46 354.42 0.89 0.28
Hex 89 8 14 0 5E 55 2E 162 59 1C
Octal 211 10 24 0 136 125 56 542 131 34
Binary 10001001 1000 10100 0 1011110 1010101 101110 101100010 1011001 11100

Color Harmonies of #890814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890814

Black with #890814

Text Example


Text Example

White with #890814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890814; }

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

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

background-color css

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

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

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

border-color css

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

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

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