#990027

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

Shades of Carmine #990027

Tints of Carmine #990027

Color information

#990027 (or 0x990027) is unknown color: approx Carmine. HEX triplet: 99, 00 and 27. RGB value is (153,0,39). Sum of RGB (Red+Green+Blue) = 153+0+39=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #990027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990027 is #66FFD8. Grayscale: #323232. Windows color (decimal): -6750169 or 2556057. OLE color: 2556057.

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

Color convert

RGB153039-
CMYK010.750.4
HSL344.71º100%30%-
HSV(B)344.71º100%60%-
XYZ13.56.922.54-
YUV50.19121.69201.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=79.69%
G=0%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153039010.750.4344.7110030
Hex990270644B28159641e
Octal23104701441135053114436
Binary100110010100111011001001001011101000101011001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990027; }

 p { color: rgb(153,0,39); }

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

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

 a { background-color: rgb(153,0,39); }

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

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

 span { border-color: rgb(153,0,39); }

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