#98060C

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

Shades of Sangria #98060C

Tints of Sangria #98060C

Color information

#98060C (or 0x98060C) is unknown color: approx Sangria. HEX triplet: 98, 06 and 0C. RGB value is (152,6,12). Sum of RGB (Red+Green+Blue) = 152+6+12=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #98060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98060C is #67F9F3. Grayscale: #323232. Windows color (decimal): -6814196 or 788120. OLE color: 788120.

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

Color convert

RGB152612-
CMYK00.960.920.40
HSL357.53º92.41%30.98%-
HSV(B)357.53º96.05%59.61%-
XYZ13.086.830.98-
YUV50.34106.37200.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 89.41%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=89.41%
G=3.53%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15261200.960.920.40357.5392.4130.98
Hex986C0605C281665c1f
Octal23061401401345054613437
Binary100110001101100011000001011100101000101100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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