Html Css Color HEX #89040E Sangria

📋 copy color: '#89040E'

red 137 ◦ green 4 ◦ blue 14

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

Shades of Sangria #89040E

Tints of Sangria #89040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 88.39%
G = 2.58%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89040E (or 0x89040E) is known color: Sangria. HEX triplet: 89, 04 and 0E. RGB value is (137,4,14). Sum of RGB (Red+Green+Blue) = 137+4+14=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #89040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89040E is #76FBF1. Grayscale: #2D2D2D. Windows color (decimal): -7797746 or 918665. OLE color: 918665.

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

Color convert

RGB 137 4 14 -
CMYK 0 0.97 0.90 0.46
HSL 355.49º 0.94% 0.28% -
HSV(B) 355.49º 0.97% 0.54% -
XYZ 10.44 5.44 0.91 -
YUV 44.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 137 4 14 0 0.97 0.90 0.46 355.49 0.94 0.28
Hex 89 4 E 0 61 5A 2E 163 5E 1C
Octal 211 4 16 0 141 132 56 543 136 34
Binary 10001001 100 1110 0 1100001 1011010 101110 101100011 1011110 11100

Color Harmonies of #89040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89040E

Black with #89040E

Text Example


Text Example

White with #89040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89040E; }

 p { color: rgb(137,4,14); }

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

background-color css

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

 a { background-color: rgb(137,4,14); }

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

border-color css

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

 span { border-color: rgb(137,4,14); }

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