#8D3E4C

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

Shades of Camelot #8D3E4C

Tints of Camelot #8D3E4C

Color information

#8D3E4C (or 0x8D3E4C) is unknown color: approx Camelot. HEX triplet: 8D, 3E and 4C. RGB value is (141,62,76). Sum of RGB (Red+Green+Blue) = 141+62+76=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3E4C is #72C1B3. Grayscale: #575757. Windows color (decimal): -7520692 or 4996749. OLE color: 4996749.

HSL color Cylindrical-coordinate representation of color #8D3E4C: hue angle of 349.37º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D3E4C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1416276-
CMYK00.560.460.45
HSL349.37º38.92%39.8%-
HSV(B)349.37º56.03%55.29%-
XYZ14.019.637.96-
YUV87.22121.67166.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=50.54%
G=22.22%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141627600.560.460.45349.3738.9239.8
Hex8D3E4C0382E2D15d2728
Octal2157611407056555354750
Binary1000110111111010011000111000101110101101101011101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,62,76); }

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

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

 a { background-color: rgb(141,62,76); }

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

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

 span { border-color: rgb(141,62,76); }

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