#99111D

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

Shades of Carmine #99111D

Tints of Carmine #99111D

Color information

#99111D (or 0x99111D) is unknown color: approx Carmine. HEX triplet: 99, 11 and 1D. RGB value is (153,17,29). Sum of RGB (Red+Green+Blue) = 153+17+29=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99111D is #66EEE2. Grayscale: #3B3B3B. Windows color (decimal): -6745827 or 1905049. OLE color: 1905049.

HSL color Cylindrical-coordinate representation of color #99111D: hue angle of 354.71º 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 #99111D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB1531729-
CMYK00.890.810.4
HSL354.71º80%33.33%-
HSV(B)354.71º88.89%60%-
XYZ13.567.261.85-
YUV59.03111.06195.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.88%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=76.88%
G=8.54%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153172900.890.810.4354.718033.33
Hex99111D05951281635021
Octal231213501311215054312041
Binary1001100110001111010101100110100011010001011000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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