#940617

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

Shades of Carmine #940617

Tints of Carmine #940617

Color information

#940617 (or 0x940617) is unknown color: approx Carmine. HEX triplet: 94, 06 and 17. RGB value is (148,6,23). Sum of RGB (Red+Green+Blue) = 148+6+23=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #940617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940617 is #6BF9E8. Grayscale: #323232. Windows color (decimal): -7076329 or 1509012. OLE color: 1509012.

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

Color convert

RGB148623-
CMYK00.960.840.42
HSL352.82º92.21%30.2%-
HSV(B)352.82º95.95%58.04%-
XYZ12.436.491.41-
YUV50.4112.54197.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 83.62%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=83.62%
G=3.39%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14862300.960.840.42352.8292.2130.2
Hex94617060542A1615c1e
Octal22462701401245254113436
Binary1001010011010111011000001010100101010101100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940617; }

 p { color: rgb(148,6,23); }

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

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

 a { background-color: rgb(148,6,23); }

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

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

 span { border-color: rgb(148,6,23); }

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