#900D0E

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

Shades of Sangria #900D0E

Tints of Sangria #900D0E

Color information

#900D0E (or 0x900D0E) is unknown color: approx Sangria. HEX triplet: 90, 0D and 0E. RGB value is (144,13,14). Sum of RGB (Red+Green+Blue) = 144+13+14=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #900D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D0E is #6FF2F1. Grayscale: #343434. Windows color (decimal): -7336690 or 920976. OLE color: 920976.

HSL color Cylindrical-coordinate representation of color #900D0E: hue angle of 359.54º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D0E is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1441314-
CMYK00.910.900.44
HSL359.54º83.44%30.78%-
HSV(B)359.54º90.97%56.47%-
XYZ11.726.251-
YUV52.28106.4193.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 84.21%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=84.21%
G=7.60%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144131400.910.900.44359.5483.4430.78
Hex90DE05B5A2C168531f
Octal220151601331325455012337
Binary1001000011011110010110111011010101100101101000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900D0E; }

 p { color: rgb(144,13,14); }

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

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

 a { background-color: rgb(144,13,14); }

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

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

 span { border-color: rgb(144,13,14); }

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