#930624

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

Shades of Carmine #930624

Tints of Carmine #930624

Color information

#930624 (or 0x930624) is unknown color: approx Carmine. HEX triplet: 93, 06 and 24. RGB value is (147,6,36). Sum of RGB (Red+Green+Blue) = 147+6+36=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930624 is #6CF9DB. Grayscale: #333333. Windows color (decimal): -7141852 or 2360979. OLE color: 2360979.

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

Color convert

RGB147636-
CMYK00.960.760.42
HSL347.23º92.16%30%-
HSV(B)347.23º95.92%57.65%-
XYZ12.426.462.26-
YUV51.58119.21196.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.78%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=77.78%
G=3.17%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14763600.960.760.42347.2392.1630
Hex936240604C2A15b5c1e
Octal22364401401145253313436
Binary10010011110100100011000001001100101010101011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930624; }

 p { color: rgb(147,6,36); }

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

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

 a { background-color: rgb(147,6,36); }

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

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

 span { border-color: rgb(147,6,36); }

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