#981221

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

Shades of Carmine #981221

Tints of Carmine #981221

Color information

#981221 (or 0x981221) is unknown color: approx Carmine. HEX triplet: 98, 12 and 21. RGB value is (152,18,33). Sum of RGB (Red+Green+Blue) = 152+18+33=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #981221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981221 is #67EDDE. Grayscale: #3B3B3B. Windows color (decimal): -6811103 or 2167448. OLE color: 2167448.

HSL color Cylindrical-coordinate representation of color #981221: hue angle of 353.28º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981221 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1521833-
CMYK00.880.780.40
HSL353.28º78.82%33.33%-
HSV(B)353.28º88.16%59.61%-
XYZ13.447.222.12-
YUV59.78112.89193.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.88%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=74.88%
G=8.87%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152183300.880.780.40353.2878.8233.33
Hex9812210584E281614f21
Octal230224101301165054111741
Binary10011000100101000010101100010011101010001011000011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981221; }

 p { color: rgb(152,18,33); }

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

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

 a { background-color: rgb(152,18,33); }

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

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

 span { border-color: rgb(152,18,33); }

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