#90040C

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

Shades of Sangria #90040C

Tints of Sangria #90040C

Color information

#90040C (or 0x90040C) is unknown color: approx Sangria. HEX triplet: 90, 04 and 0C. RGB value is (144,4,12). Sum of RGB (Red+Green+Blue) = 144+4+12=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #90040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90040C is #6FFBF3. Grayscale: #2E2E2E. Windows color (decimal): -7338996 or 787600. OLE color: 787600.

HSL color Cylindrical-coordinate representation of color #90040C: hue angle of 356.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB144412-
CMYK00.970.920.44
HSL356.57º94.59%29.02%-
HSV(B)356.57º97.22%56.47%-
XYZ11.616.040.9-
YUV46.77108.38197.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 90%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 12 (5.08% from 255) = 7.5%
R=90%
G=2.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14441200.970.920.44356.5794.5929.02
Hex904C0615C2C1655f1d
Octal22041401411345454513735
Binary100100001001100011000011011100101100101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90040C; }

 p { color: rgb(144,4,12); }

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

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

 a { background-color: rgb(144,4,12); }

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

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

 span { border-color: rgb(144,4,12); }

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