#98020D

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

Shades of Sangria #98020D

Tints of Sangria #98020D

Color information

#98020D (or 0x98020D) is unknown color: approx Sangria. HEX triplet: 98, 02 and 0D. RGB value is (152,2,13). Sum of RGB (Red+Green+Blue) = 152+2+13=167 (22% of max value = 765). Red value is 152 (59.77% from 255 or 91.02% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 152 - color contains mainly: red. Hex color #98020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98020D is #67FDF2. Grayscale: #303030. Windows color (decimal): -6815219 or 852632. OLE color: 852632.

HSL color Cylindrical-coordinate representation of color #98020D: hue angle of 355.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98020D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB152213-
CMYK00.990.910.40
HSL355.6º97.4%30.2%-
HSV(B)355.6º98.68%59.61%-
XYZ13.046.751-
YUV48.1108.2202.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 91.02%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=91.02%
G=1.20%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15221300.990.910.40355.697.430.2
Hex982D0635B28164611e
Octal23021501431335054414136
Binary10011000101101011000111011011101000101100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98020D; }

 p { color: rgb(152,2,13); }

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

<style>
 a { background-color: #98020D; }

 a { background-color: rgb(152,2,13); }

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

<style>
 span { border-color: #98020D; }

 span { border-color: rgb(152,2,13); }

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