#981622

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

Shades of Carmine #981622

Tints of Carmine #981622

Color information

#981622 (or 0x981622) is unknown color: approx Carmine. HEX triplet: 98, 16 and 22. RGB value is (152,22,34). Sum of RGB (Red+Green+Blue) = 152+22+34=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981622 is #67E9DD. Grayscale: #3E3E3E. Windows color (decimal): -6810078 or 2234008. OLE color: 2234008.

HSL color Cylindrical-coordinate representation of color #981622: hue angle of 354.46º 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 #981622 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1522234-
CMYK00.860.780.40
HSL354.46º74.71%34.12%-
HSV(B)354.46º85.53%59.61%-
XYZ13.527.362.22-
YUV62.24112.07192.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=73.08%
G=10.58%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152223400.860.780.40354.4674.7134.12
Hex9816220564E281624b22
Octal230264201261165054211342
Binary10011000101101000100101011010011101010001011000101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981622; }

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

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

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

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

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

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

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

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