#940517

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

Shades of Carmine #940517

Tints of Carmine #940517

Color information

#940517 (or 0x940517) is unknown color: approx Carmine. HEX triplet: 94, 05 and 17. RGB value is (148,5,23). Sum of RGB (Red+Green+Blue) = 148+5+23=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #940517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940517 is #6BFAE8. Grayscale: #313131. Windows color (decimal): -7076585 or 1508756. OLE color: 1508756.

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

Color convert

RGB148523-
CMYK00.970.840.42
HSL352.45º93.46%30%-
HSV(B)352.45º96.62%58.04%-
XYZ12.426.471.4-
YUV49.81112.88198.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 84.09%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=84.09%
G=2.84%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14852300.970.840.42352.4593.4630
Hex94517061542A1605d1e
Octal22452701411245254013536
Binary1001010010110111011000011010100101010101100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940517; }

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

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

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

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

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

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

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

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