#980816

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

Shades of Carmine #980816

Tints of Carmine #980816

Color information

#980816 (or 0x980816) is unknown color: approx Carmine. HEX triplet: 98, 08 and 16. RGB value is (152,8,22). Sum of RGB (Red+Green+Blue) = 152+8+22=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #980816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980816 is #67F7E9. Grayscale: #343434. Windows color (decimal): -6813674 or 1443992. OLE color: 1443992.

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

Color convert

RGB152822-
CMYK00.950.860.40
HSL354.17º90%31.37%-
HSV(B)354.17º94.74%59.61%-
XYZ13.186.911.4-
YUV52.65110.71198.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.52%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=83.52%
G=4.40%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15282200.950.860.40354.179031.37
Hex9881605F56281625a1f
Octal230102601371265054213237
Binary10011000100010110010111111010110101000101100010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980816; }

 p { color: rgb(152,8,22); }

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

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

 a { background-color: rgb(152,8,22); }

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

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

 span { border-color: rgb(152,8,22); }

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