#99171D

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

Shades of Carmine #99171D

Tints of Carmine #99171D

Color information

#99171D (or 0x99171D) is unknown color: approx Carmine. HEX triplet: 99, 17 and 1D. RGB value is (153,23,29). Sum of RGB (Red+Green+Blue) = 153+23+29=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #99171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99171D is #66E8E2. Grayscale: #3E3E3E. Windows color (decimal): -6744291 or 1906585. OLE color: 1906585.

HSL color Cylindrical-coordinate representation of color #99171D: hue angle of 357.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99171D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB1532329-
CMYK00.850.810.4
HSL357.23º73.86%34.51%-
HSV(B)357.23º84.97%60%-
XYZ13.677.471.88-
YUV62.55109.07192.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=74.63%
G=11.22%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153232900.850.810.4357.2373.8634.51
Hex99171D05551281654a23
Octal231273501251215054511243
Binary1001100110111111010101010110100011010001011001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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