#98000B

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

Shades of Sangria #98000B

Tints of Sangria #98000B

Color information

#98000B (or 0x98000B) is unknown color: approx Sangria. HEX triplet: 98, 00 and 0B. RGB value is (152,0,11). Sum of RGB (Red+Green+Blue) = 152+0+11=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #98000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98000B is #67FFF4. Grayscale: #2E2E2E. Windows color (decimal): -6815733 or 721048. OLE color: 721048.

HSL color Cylindrical-coordinate representation of color #98000B: hue angle of 355.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB152011-
CMYK010.930.40
HSL355.66º100%29.8%-
HSV(B)355.66º100%59.61%-
XYZ13.016.70.92-
YUV46.7107.86203.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 93.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=93.25%
G=0%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152011010.930.40355.6610029.8
Hex980B0645D28164641e
Octal23001301441355054414436
Binary1001100001011011001001011101101000101100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98000B; }

 p { color: rgb(152,0,11); }

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

<style>
 a { background-color: #98000B; }

 a { background-color: rgb(152,0,11); }

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

<style>
 span { border-color: #98000B; }

 span { border-color: rgb(152,0,11); }

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