#990927

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

Shades of Carmine #990927

Tints of Carmine #990927

Color information

#990927 (or 0x990927) is unknown color: approx Carmine. HEX triplet: 99, 09 and 27. RGB value is (153,9,39). Sum of RGB (Red+Green+Blue) = 153+9+39=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #990927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990927 is #66F6D8. Grayscale: #373737. Windows color (decimal): -6747865 or 2558361. OLE color: 2558361.

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

Color convert

RGB153939-
CMYK00.940.750.4
HSL347.5º88.89%31.76%-
HSV(B)347.5º94.12%60%-
XYZ13.67.112.58-
YUV55.48118.71197.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=76.12%
G=4.48%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15393900.940.750.4347.588.8931.76
Hex9992705E4B2815c5920
Octal231114701361135053413140
Binary1001100110011001110101111010010111010001010111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990927; }

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

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

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

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

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

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

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

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