#8C3646

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

Shades of Camelot #8C3646

Tints of Camelot #8C3646

Color information

#8C3646 (or 0x8C3646) is unknown color: approx Camelot. HEX triplet: 8C, 36 and 46. RGB value is (140,54,70). Sum of RGB (Red+Green+Blue) = 140+54+70=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3646 is #73C9B9. Grayscale: #515151. Windows color (decimal): -7588282 or 4601484. OLE color: 4601484.

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

Color convert

RGB1405470-
CMYK00.610.500.45
HSL348.84º44.33%38.04%-
HSV(B)348.84º61.43%54.9%-
XYZ13.248.666.77-
YUV81.54121.49169.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.03%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=53.03%
G=20.45%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140547000.610.500.45348.8444.3338.04
Hex8C364603D322D15d2c26
Octal2146610607562555355446
Binary1000110011011010001100111101110010101101101011101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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