#8C3346

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

Shades of Camelot #8C3346

Tints of Camelot #8C3346

Color information

#8C3346 (or 0x8C3346) is unknown color: approx Camelot. HEX triplet: 8C, 33 and 46. RGB value is (140,51,70). Sum of RGB (Red+Green+Blue) = 140+51+70=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3346 is #73CCB9. Grayscale: #4F4F4F. Windows color (decimal): -7589050 or 4600716. OLE color: 4600716.

HSL color Cylindrical-coordinate representation of color #8C3346: hue angle of 347.19º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3346 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1405170-
CMYK00.640.500.45
HSL347.19º46.6%37.45%-
HSV(B)347.19º63.57%54.9%-
XYZ13.18.396.72-
YUV79.78122.49170.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=53.64%
G=19.54%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140517000.640.500.45347.1946.637.45
Hex8C3346040322D15b2f25
Octal21463106010062555335745
Binary10001100110011100011001000000110010101101101011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,70); }

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

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

 a { background-color: rgb(140,51,70); }

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

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

 span { border-color: rgb(140,51,70); }

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