#90090F

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

Shades of Sangria #90090F

Tints of Sangria #90090F

Color information

#90090F (or 0x90090F) is unknown color: approx Sangria. HEX triplet: 90, 09 and 0F. RGB value is (144,9,15). Sum of RGB (Red+Green+Blue) = 144+9+15=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #90090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90090F is #6FF6F0. Grayscale: #323232. Windows color (decimal): -7337713 or 985488. OLE color: 985488.

HSL color Cylindrical-coordinate representation of color #90090F: hue angle of 357.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90090F is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB144915-
CMYK00.940.900.44
HSL357.33º88.24%30%-
HSV(B)357.33º93.75%56.47%-
XYZ11.696.161.02-
YUV50.05108.23195.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 85.71%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=85.71%
G=5.36%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14491500.940.900.44357.3388.2430
Hex909F05E5A2C165581e
Octal220111701361325454513036
Binary1001000010011111010111101011010101100101100101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90090F; }

 p { color: rgb(144,9,15); }

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

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

 a { background-color: rgb(144,9,15); }

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

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

 span { border-color: rgb(144,9,15); }

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