#930921

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

Shades of Carmine #930921

Tints of Carmine #930921

Color information

#930921 (or 0x930921) is unknown color: approx Carmine. HEX triplet: 93, 09 and 21. RGB value is (147,9,33). Sum of RGB (Red+Green+Blue) = 147+9+33=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930921 is #6CF6DE. Grayscale: #353535. Windows color (decimal): -7141087 or 2165139. OLE color: 2165139.

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

Color convert

RGB147933-
CMYK00.940.780.42
HSL349.57º88.46%30.59%-
HSV(B)349.57º93.88%57.65%-
XYZ12.46.512.04-
YUV53116.72195.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.78%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=77.78%
G=4.76%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14793300.940.780.42349.5788.4630.59
Hex9392105E4E2A15e581f
Octal223114101361165253613037
Binary100100111001100001010111101001110101010101011110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930921; }

 p { color: rgb(147,9,33); }

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

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

 a { background-color: rgb(147,9,33); }

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

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

 span { border-color: rgb(147,9,33); }

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