#931122

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

Shades of Carmine #931122

Tints of Carmine #931122

Color information

#931122 (or 0x931122) is unknown color: approx Carmine. HEX triplet: 93, 11 and 22. RGB value is (147,17,34). Sum of RGB (Red+Green+Blue) = 147+17+34=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #931122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931122 is #6CEEDD. Grayscale: #393939. Windows color (decimal): -7139038 or 2232723. OLE color: 2232723.

HSL color Cylindrical-coordinate representation of color #931122: hue angle of 352.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931122 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1471734-
CMYK00.880.770.42
HSL352.15º79.27%32.16%-
HSV(B)352.15º88.44%57.65%-
XYZ12.526.722.15-
YUV57.81114.57191.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=74.24%
G=8.59%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147173400.880.770.42352.1579.2732.16
Hex9311220584D2A1604f20
Octal223214201301155254011740
Binary10010011100011000100101100010011011010101011000001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931122; }

 p { color: rgb(147,17,34); }

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

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

 a { background-color: rgb(147,17,34); }

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

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

 span { border-color: rgb(147,17,34); }

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