#8A0417

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

Shades of Carmine #8A0417

Tints of Carmine #8A0417

Color information

#8A0417 (or 0x8A0417) is unknown color: approx Carmine. HEX triplet: 8A, 04 and 17. RGB value is (138,4,23). Sum of RGB (Red+Green+Blue) = 138+4+23=165 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.64% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0417 is #75FBE8. Grayscale: #2E2E2E. Windows color (decimal): -7732201 or 1508490. OLE color: 1508490.

HSL color Cylindrical-coordinate representation of color #8A0417: hue angle of 351.49º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0417 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB138423-
CMYK00.970.830.46
HSL351.49º94.37%27.84%-
HSV(B)351.49º97.1%54.12%-
XYZ10.685.551.32-
YUV46.23114.89193.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 83.64%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=83.64%
G=2.42%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13842300.970.830.46351.4994.3727.84
Hex8A417061532E15f5e1c
Octal21242701411235653713634
Binary1000101010010111011000011010011101110101011111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0417; }

 p { color: rgb(138,4,23); }

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

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

 a { background-color: rgb(138,4,23); }

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

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

 span { border-color: rgb(138,4,23); }

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