#981617

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

Shades of Carmine #981617

Tints of Carmine #981617

Color information

#981617 (or 0x981617) is unknown color: approx Carmine. HEX triplet: 98, 16 and 17. RGB value is (152,22,23). Sum of RGB (Red+Green+Blue) = 152+22+23=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #981617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981617 is #67E9E8. Grayscale: #3D3D3D. Windows color (decimal): -6810089 or 1513112. OLE color: 1513112.

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

Color convert

RGB1522223-
CMYK00.860.850.40
HSL359.54º74.71%34.12%-
HSV(B)359.54º85.53%59.61%-
XYZ13.397.311.52-
YUV60.98106.57192.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.16%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=77.16%
G=11.17%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152222300.860.850.40359.5474.7134.12
Hex98161705655281684b22
Octal230262701261255055011342
Binary1001100010110101110101011010101011010001011010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981617; }

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

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

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

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

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

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

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

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