#9F0932

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

Shades of Carmine #9F0932

Tints of Carmine #9F0932

Color information

#9F0932 (or 0x9F0932) is unknown color: approx Carmine. HEX triplet: 9F, 09 and 32. RGB value is (159,9,50). Sum of RGB (Red+Green+Blue) = 159+9+50=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0932 is #60F6CD. Grayscale: #3A3A3A. Windows color (decimal): -6354638 or 3279263. OLE color: 3279263.

HSL color Cylindrical-coordinate representation of color #9F0932: hue angle of 343.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0932 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB159950-
CMYK00.940.690.38
HSL343.6º89.29%32.94%-
HSV(B)343.6º94.34%62.35%-
XYZ14.977.83.73-
YUV58.52123.2199.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.94%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=72.94%
G=4.13%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15995000.940.690.38343.689.2932.94
Hex9F93205E45261585921
Octal237116201361054653013141
Binary1001111110011100100101111010001011001101010110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0932; }

 p { color: rgb(159,9,50); }

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

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

 a { background-color: rgb(159,9,50); }

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

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

 span { border-color: rgb(159,9,50); }

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