#99121F

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

Shades of Carmine #99121F

Tints of Carmine #99121F

Color information

#99121F (or 0x99121F) is unknown color: approx Carmine. HEX triplet: 99, 12 and 1F. RGB value is (153,18,31). Sum of RGB (Red+Green+Blue) = 153+18+31=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99121F is #66EDE0. Grayscale: #3B3B3B. Windows color (decimal): -6745569 or 2036377. OLE color: 2036377.

HSL color Cylindrical-coordinate representation of color #99121F: hue angle of 354.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99121F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1531831-
CMYK00.880.800.4
HSL354.22º78.95%33.53%-
HSV(B)354.22º88.24%60%-
XYZ13.67.31.99-
YUV59.85111.73194.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=75.74%
G=8.91%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153183100.880.800.4354.2278.9533.53
Hex99121F05850281624f22
Octal231223701301205054211742
Binary1001100110010111110101100010100001010001011000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99121F; }

 p { color: rgb(153,18,31); }

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

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

 a { background-color: rgb(153,18,31); }

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

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

 span { border-color: rgb(153,18,31); }

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