#931027

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

Shades of Carmine #931027

Tints of Carmine #931027

Color information

#931027 (or 0x931027) is unknown color: approx Carmine. HEX triplet: 93, 10 and 27. RGB value is (147,16,39). Sum of RGB (Red+Green+Blue) = 147+16+39=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #931027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931027 is #6CEFD8. Grayscale: #393939. Windows color (decimal): -7139289 or 2560147. OLE color: 2560147.

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

Color convert

RGB1471639-
CMYK00.890.730.42
HSL349.47º80.37%31.96%-
HSV(B)349.47º89.12%57.65%-
XYZ12.586.722.55-
YUV57.79117.4191.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.77%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=72.77%
G=7.92%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147163900.890.730.42349.4780.3731.96
Hex931027059492A15d5020
Octal223204701311115253512040
Binary10010011100001001110101100110010011010101010111011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931027; }

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

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

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

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

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

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

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

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