#8D3744

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

Shades of Camelot #8D3744

Tints of Camelot #8D3744

Color information

#8D3744 (or 0x8D3744) is unknown color: approx Camelot. HEX triplet: 8D, 37 and 44. RGB value is (141,55,68). Sum of RGB (Red+Green+Blue) = 141+55+68=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3744 is #72C8BB. Grayscale: #525252. Windows color (decimal): -7522492 or 4470669. OLE color: 4470669.

HSL color Cylindrical-coordinate representation of color #8D3744: hue angle of 350.93º 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 #8D3744 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1415568-
CMYK00.610.520.45
HSL350.93º43.88%38.43%-
HSV(B)350.93º60.99%55.29%-
XYZ13.398.816.46-
YUV82.2119.99169.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.41%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=53.41%
G=20.83%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141556800.610.520.45350.9343.8838.43
Hex8D374403D342D15f2c26
Octal2156710407564555375446
Binary1000110111011110001000111101110100101101101011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,68); }

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

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

 a { background-color: rgb(141,55,68); }

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

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

 span { border-color: rgb(141,55,68); }

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