#931127

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

Shades of Carmine #931127

Tints of Carmine #931127

Color information

#931127 (or 0x931127) is unknown color: approx Carmine. HEX triplet: 93, 11 and 27. RGB value is (147,17,39). Sum of RGB (Red+Green+Blue) = 147+17+39=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #931127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931127 is #6CEED8. Grayscale: #3A3A3A. Windows color (decimal): -7139033 or 2560403. OLE color: 2560403.

HSL color Cylindrical-coordinate representation of color #931127: hue angle of 349.85º 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 #931127 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1471739-
CMYK00.880.730.42
HSL349.85º79.27%32.16%-
HSV(B)349.85º88.44%57.65%-
XYZ12.66.752.56-
YUV58.38117.07191.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.41%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=72.41%
G=8.37%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147173900.880.730.42349.8579.2732.16
Hex931127058492A15e4f20
Octal223214701301115253611740
Binary10010011100011001110101100010010011010101010111101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931127; }

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

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

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

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

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

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

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

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