#8D3E4A

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

Shades of Camelot #8D3E4A

Tints of Camelot #8D3E4A

Color information

#8D3E4A (or 0x8D3E4A) is unknown color: approx Camelot. HEX triplet: 8D, 3E and 4A. RGB value is (141,62,74). Sum of RGB (Red+Green+Blue) = 141+62+74=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3E4A is #72C1B5. Grayscale: #575757. Windows color (decimal): -7520694 or 4865677. OLE color: 4865677.

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

Color convert

RGB1416274-
CMYK00.560.480.45
HSL350.89º38.92%39.8%-
HSV(B)350.89º56.03%55.29%-
XYZ13.949.67.6-
YUV86.99120.67166.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=50.90%
G=22.38%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141627400.560.480.45350.8938.9239.8
Hex8D3E4A038302D15f2728
Octal2157611207060555374750
Binary1000110111111010010100111000110000101101101011111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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