#99131E

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

Shades of Carmine #99131E

Tints of Carmine #99131E

Color information

#99131E (or 0x99131E) is unknown color: approx Carmine. HEX triplet: 99, 13 and 1E. RGB value is (153,19,30). Sum of RGB (Red+Green+Blue) = 153+19+30=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99131E is #66ECE1. Grayscale: #3C3C3C. Windows color (decimal): -6745314 or 1971097. OLE color: 1971097.

HSL color Cylindrical-coordinate representation of color #99131E: hue angle of 355.07º degrees, saturation: 0.78, 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 #99131E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1531930-
CMYK00.880.800.4
HSL355.07º77.91%33.73%-
HSV(B)355.07º87.58%60%-
XYZ13.67.331.93-
YUV60.32110.89194.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=75.74%
G=9.41%
B=14.85%

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
Decimal153193000.880.800.4355.0777.9133.73
Hex99131E05850281634e22
Octal231233601301205054311642
Binary1001100110011111100101100010100001010001011000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99131E; }

 p { color: rgb(153,19,30); }

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

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

 a { background-color: rgb(153,19,30); }

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

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

 span { border-color: rgb(153,19,30); }

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