#98090E

Color #98090E Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #98090E

Tints of Sangria #98090E

Color information

#98090E (or 0x98090E) is unknown color: approx Sangria. HEX triplet: 98, 09 and 0E. RGB value is (152,9,14). Sum of RGB (Red+Green+Blue) = 152+9+14=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #98090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98090E is #67F6F1. Grayscale: #343434. Windows color (decimal): -6813426 or 919960. OLE color: 919960.

HSL color Cylindrical-coordinate representation of color #98090E: hue angle of 357.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98090E is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB152914-
CMYK00.940.910.40
HSL357.9º88.82%31.57%-
HSV(B)357.9º94.08%59.61%-
XYZ13.136.91.06-
YUV52.33106.38199.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 86.86%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 14 (5.86% from 255) = 8%
R=86.86%
G=5.14%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15291400.940.910.40357.988.8231.57
Hex989E05E5B281665920
Octal230111601361335054613140
Binary10011000100111100101111010110111010001011001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,9,14); }

 H1.HeaderClassName
 {
   color: #98090E;
 }
 .AnyTagClassName
 {
   color: #98090E;
 }
</style>
background-color css

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

 a { background-color: rgb(152,9,14); }

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

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

 span { border-color: rgb(152,9,14); }

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