#8D0317

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

Shades of Carmine #8D0317

Tints of Carmine #8D0317

Color information

#8D0317 (or 0x8D0317) is unknown color: approx Carmine. HEX triplet: 8D, 03 and 17. RGB value is (141,3,23). Sum of RGB (Red+Green+Blue) = 141+3+23=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0317 is #72FCE8. Grayscale: #2E2E2E. Windows color (decimal): -7535849 or 1508237. OLE color: 1508237.

HSL color Cylindrical-coordinate representation of color #8D0317: hue angle of 351.3º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0317 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB141323-
CMYK00.980.840.45
HSL351.3º95.83%28.24%-
HSV(B)351.3º97.87%55.29%-
XYZ11.175.791.34-
YUV46.54114.72195.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 84.43%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=84.43%
G=1.80%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14132300.980.840.45351.395.8328.24
Hex8D317062542D15f601c
Octal21532701421245553714034
Binary100011011110111011000101010100101101101011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,23); }

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

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

 a { background-color: rgb(141,3,23); }

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

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

 span { border-color: rgb(141,3,23); }

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