#98050C

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

Shades of Sangria #98050C

Tints of Sangria #98050C

Color information

#98050C (or 0x98050C) is unknown color: approx Sangria. HEX triplet: 98, 05 and 0C. RGB value is (152,5,12). Sum of RGB (Red+Green+Blue) = 152+5+12=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #98050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98050C is #67FAF3. Grayscale: #313131. Windows color (decimal): -6814452 or 787864. OLE color: 787864.

HSL color Cylindrical-coordinate representation of color #98050C: hue angle of 357.14º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98050C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB152512-
CMYK00.970.920.40
HSL357.14º93.63%30.78%-
HSV(B)357.14º96.71%59.61%-
XYZ13.076.810.97-
YUV49.75106.7200.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 89.94%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=89.94%
G=2.96%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15251200.970.920.40357.1493.6330.78
Hex985C0615C281655e1f
Octal23051401411345054513637
Binary100110001011100011000011011100101000101100101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,5,12); }

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

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

 a { background-color: rgb(152,5,12); }

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

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

 span { border-color: rgb(152,5,12); }

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