#99111F

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

Shades of Carmine #99111F

Tints of Carmine #99111F

Color information

#99111F (or 0x99111F) is unknown color: approx Carmine. HEX triplet: 99, 11 and 1F. RGB value is (153,17,31). Sum of RGB (Red+Green+Blue) = 153+17+31=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99111F is #66EEE0. Grayscale: #3B3B3B. Windows color (decimal): -6745825 or 2036121. OLE color: 2036121.

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

Color convert

RGB1531731-
CMYK00.890.800.4
HSL353.82º80%33.33%-
HSV(B)353.82º88.89%60%-
XYZ13.587.271.98-
YUV59.26112.06194.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=76.12%
G=8.46%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153173100.890.800.4353.828033.33
Hex99111F05950281625021
Octal231213701311205054212041
Binary1001100110001111110101100110100001010001011000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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