#99030E

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

Shades of Sangria #99030E

Tints of Sangria #99030E

Color information

#99030E (or 0x99030E) is unknown color: approx Sangria. HEX triplet: 99, 03 and 0E. RGB value is (153,3,14). Sum of RGB (Red+Green+Blue) = 153+3+14=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #99030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99030E is #66FCF1. Grayscale: #313131. Windows color (decimal): -6749426 or 918425. OLE color: 918425.

HSL color Cylindrical-coordinate representation of color #99030E: hue angle of 355.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99030E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB153314-
CMYK00.980.910.4
HSL355.6º96.15%30.59%-
HSV(B)355.6º98.04%60%-
XYZ13.256.871.04-
YUV49.1108.2202.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 90%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=90%
G=1.76%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15331400.980.910.4355.696.1530.59
Hex993E0625B28164601f
Octal23131601421335054414037
Binary10011001111110011000101011011101000101100100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,3,14); }

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

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

 a { background-color: rgb(153,3,14); }

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

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

 span { border-color: rgb(153,3,14); }

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