#9F0830

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

Shades of Carmine #9F0830

Tints of Carmine #9F0830

Color information

#9F0830 (or 0x9F0830) is unknown color: approx Carmine. HEX triplet: 9F, 08 and 30. RGB value is (159,8,48). Sum of RGB (Red+Green+Blue) = 159+8+48=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0830 is #60F7CF. Grayscale: #393939. Windows color (decimal): -6354896 or 3147935. OLE color: 3147935.

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

Color convert

RGB159848-
CMYK00.950.700.38
HSL344.11º90.42%32.75%-
HSV(B)344.11º94.97%62.35%-
XYZ14.927.763.51-
YUV57.71122.53200.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.95%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=73.95%
G=3.72%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15984800.950.700.38344.1190.4232.75
Hex9F83005F46261585a21
Octal237106001371064653013241
Binary1001111110001100000101111110001101001101010110001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,48); }

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

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

 a { background-color: rgb(159,8,48); }

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

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

 span { border-color: rgb(159,8,48); }

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