#930619

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

Shades of Carmine #930619

Tints of Carmine #930619

Color information

#930619 (or 0x930619) is unknown color: approx Carmine. HEX triplet: 93, 06 and 19. RGB value is (147,6,25). Sum of RGB (Red+Green+Blue) = 147+6+25=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #930619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930619 is #6CF9E6. Grayscale: #323232. Windows color (decimal): -7141863 or 1640083. OLE color: 1640083.

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

Color convert

RGB147625-
CMYK00.960.830.42
HSL351.91º92.16%30%-
HSV(B)351.91º95.92%57.65%-
XYZ12.276.41.51-
YUV50.32113.71196.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.58%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=82.58%
G=3.37%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14762500.960.830.42351.9192.1630
Hex93619060532A1605c1e
Octal22363101401235254013436
Binary1001001111011001011000001010011101010101100000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930619; }

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

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

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

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

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

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

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

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