#931523

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

Shades of Carmine #931523

Tints of Carmine #931523

Color information

#931523 (or 0x931523) is unknown color: approx Carmine. HEX triplet: 93, 15 and 23. RGB value is (147,21,35). Sum of RGB (Red+Green+Blue) = 147+21+35=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #931523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931523 is #6CEADC. Grayscale: #3C3C3C. Windows color (decimal): -7138013 or 2299283. OLE color: 2299283.

HSL color Cylindrical-coordinate representation of color #931523: hue angle of 353.33º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931523 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1472135-
CMYK00.860.760.42
HSL353.33º75%32.94%-
HSV(B)353.33º85.71%57.65%-
XYZ12.66.862.25-
YUV60.27113.74189.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.41%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=72.41%
G=10.34%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147213500.860.760.42353.337532.94
Hex9315230564C2A1614b21
Octal223254301261145254111341
Binary10010011101011000110101011010011001010101011000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931523; }

 p { color: rgb(147,21,35); }

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

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

 a { background-color: rgb(147,21,35); }

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

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

 span { border-color: rgb(147,21,35); }

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