#90070C

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

Shades of Sangria #90070C

Tints of Sangria #90070C

Color information

#90070C (or 0x90070C) is unknown color: approx Sangria. HEX triplet: 90, 07 and 0C. RGB value is (144,7,12). Sum of RGB (Red+Green+Blue) = 144+7+12=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #90070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90070C is #6FF8F3. Grayscale: #303030. Windows color (decimal): -7338228 or 788368. OLE color: 788368.

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

Color convert

RGB144712-
CMYK00.950.920.44
HSL357.81º90.73%29.61%-
HSV(B)357.81º95.14%56.47%-
XYZ11.646.110.91-
YUV48.53107.39196.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 88.34%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=88.34%
G=4.29%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14471200.950.920.44357.8190.7329.61
Hex907C05F5C2C1665b1e
Octal22071401371345454613336
Binary100100001111100010111111011100101100101100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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