#990D34

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

Shades of Carmine #990D34

Tints of Carmine #990D34

Color information

#990D34 (or 0x990D34) is unknown color: approx Carmine. HEX triplet: 99, 0D and 34. RGB value is (153,13,52). Sum of RGB (Red+Green+Blue) = 153+13+52=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #990D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D34 is #66F2CB. Grayscale: #3B3B3B. Windows color (decimal): -6746828 or 3411353. OLE color: 3411353.

HSL color Cylindrical-coordinate representation of color #990D34: hue angle of 343.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D34 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1531352-
CMYK00.920.660.4
HSL343.29º84.34%32.55%-
HSV(B)343.29º91.5%60%-
XYZ13.97.313.93-
YUV59.31123.88194.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=70.18%
G=5.96%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153135200.920.660.4343.2984.3432.55
Hex99D3405C42281575421
Octal231156401341025052712441
Binary1001100111011101000101110010000101010001010101111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990D34; }

 p { color: rgb(153,13,52); }

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

<style>
 a { background-color: #990D34; }

 a { background-color: rgb(153,13,52); }

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

<style>
 span { border-color: #990D34; }

 span { border-color: rgb(153,13,52); }

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