#9F0734

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

Shades of Carmine #9F0734

Tints of Carmine #9F0734

Color information

#9F0734 (or 0x9F0734) is unknown color: approx Carmine. HEX triplet: 9F, 07 and 34. RGB value is (159,7,52). Sum of RGB (Red+Green+Blue) = 159+7+52=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0734 is #60F8CB. Grayscale: #393939. Windows color (decimal): -6355148 or 3409823. OLE color: 3409823.

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

Color convert

RGB159752-
CMYK00.960.670.38
HSL342.24º91.57%32.55%-
HSV(B)342.24º95.6%62.35%-
XYZ14.997.773.96-
YUV57.58124.86200.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.94%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=72.94%
G=3.21%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15975200.960.670.38342.2491.5732.55
Hex9F73406043261565c21
Octal23776401401034652613441
Binary100111111111101000110000010000111001101010101101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,7,52); }

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

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

 a { background-color: rgb(159,7,52); }

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

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

 span { border-color: rgb(159,7,52); }

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