#9F0727

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

Shades of Carmine #9F0727

Tints of Carmine #9F0727

Color information

#9F0727 (or 0x9F0727) is unknown color: approx Carmine. HEX triplet: 9F, 07 and 27. RGB value is (159,7,39). Sum of RGB (Red+Green+Blue) = 159+7+39=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0727 is #60F8D8. Grayscale: #383838. Windows color (decimal): -6355161 or 2557855. OLE color: 2557855.

HSL color Cylindrical-coordinate representation of color #9F0727: hue angle of 347.37º 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 #9F0727 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB159739-
CMYK00.960.750.38
HSL347.37º91.57%32.55%-
HSV(B)347.37º95.6%62.35%-
XYZ14.747.672.62-
YUV56.1118.36201.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 77.56%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=77.56%
G=3.41%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15973900.960.750.38347.3791.5732.55
Hex9F7270604B2615b5c21
Octal23774701401134653313441
Binary100111111111001110110000010010111001101010110111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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