Html Css Color HEX #890914 Sangria

📋 copy color: '#890914'

red 137 ◦ green 9 ◦ blue 20

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

Shades of Sangria #890914

Tints of Sangria #890914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 82.53%
G = 5.42%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#890914 (or 0x890914) is known color: Sangria. HEX triplet: 89, 09 and 14. RGB value is (137,9,20). Sum of RGB (Red+Green+Blue) = 137+9+20=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #890914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890914 is #76F6EB. Grayscale: #303030. Windows color (decimal): -7796460 or 1313161. OLE color: 1313161.

HSL color Cylindrical-coordinate representation of color #890914: hue angle of 354.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890914 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 20 -
CMYK 0 0.93 0.85 0.46
HSL 354.84º 0.88% 0.29% -
HSV(B) 354.84º 0.93% 0.54% -
XYZ 10.54 5.56 1.18 -
YUV 48.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 137 9 20 0 0.93 0.85 0.46 354.84 0.88 0.29
Hex 89 9 14 0 5D 55 2E 163 58 1D
Octal 211 11 24 0 135 125 56 543 130 35
Binary 10001001 1001 10100 0 1011101 1010101 101110 101100011 1011000 11101

Color Harmonies of #890914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890914

Black with #890914

Text Example


Text Example

White with #890914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890914; }

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

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

background-color css

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

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

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

border-color css

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

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

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