#8A0617

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

Shades of Carmine #8A0617

Tints of Carmine #8A0617

Color information

#8A0617 (or 0x8A0617) is unknown color: approx Carmine. HEX triplet: 8A, 06 and 17. RGB value is (138,6,23). Sum of RGB (Red+Green+Blue) = 138+6+23=167 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.63% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0617 is #75F9E8. Grayscale: #2F2F2F. Windows color (decimal): -7731689 or 1509002. OLE color: 1509002.

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

Color convert

RGB138623-
CMYK00.960.830.46
HSL352.27º91.67%28.24%-
HSV(B)352.27º95.65%54.12%-
XYZ10.75.61.33-
YUV47.41114.23192.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.63%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=82.63%
G=3.59%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13862300.960.830.46352.2791.6728.24
Hex8A617060532E1605c1c
Octal21262701401235654013434
Binary1000101011010111011000001010011101110101100000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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