#8D3F4C

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

Shades of Camelot #8D3F4C

Tints of Camelot #8D3F4C

Color information

#8D3F4C (or 0x8D3F4C) is unknown color: approx Camelot. HEX triplet: 8D, 3F and 4C. RGB value is (141,63,76). Sum of RGB (Red+Green+Blue) = 141+63+76=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3F4C is #72C0B3. Grayscale: #575757. Windows color (decimal): -7520436 or 4997005. OLE color: 4997005.

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

Color convert

RGB1416376-
CMYK00.550.460.45
HSL350º38.24%40%-
HSV(B)350º55.32%55.29%-
XYZ14.079.747.98-
YUV87.8121.34165.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=50.36%
G=22.5%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141637600.550.460.4535038.2440
Hex8D3F4C0372E2D15e2628
Octal2157711406756555364650
Binary1000110111111110011000110111101110101101101011110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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