#990134

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

Shades of Carmine #990134

Tints of Carmine #990134

Color information

#990134 (or 0x990134) is unknown color: approx Carmine. HEX triplet: 99, 01 and 34. RGB value is (153,1,52). Sum of RGB (Red+Green+Blue) = 153+1+52=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990134 is #66FECB. Grayscale: #343434. Windows color (decimal): -6749900 or 3408281. OLE color: 3408281.

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

Color convert

RGB153152-
CMYK00.990.660.4
HSL339.87º98.7%30.2%-
HSV(B)339.87º99.35%60%-
XYZ13.777.043.88-
YUV52.26127.86199.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=74.27%
G=0.49%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315200.990.660.4339.8798.730.2
Hex991340634228154631e
Octal23116401431025052414336
Binary100110011110100011000111000010101000101010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990134; }

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

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

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

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

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

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

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

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