#8D3A50

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

Shades of Camelot #8D3A50

Tints of Camelot #8D3A50

Color information

#8D3A50 (or 0x8D3A50) is unknown color: approx Camelot. HEX triplet: 8D, 3A and 50. RGB value is (141,58,80). Sum of RGB (Red+Green+Blue) = 141+58+80=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3A50 is #72C5AF. Grayscale: #555555. Windows color (decimal): -7521712 or 5257869. OLE color: 5257869.

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

Color convert

RGB1415880-
CMYK00.590.430.45
HSL344.1º41.71%39.02%-
HSV(B)344.1º58.87%55.29%-
XYZ13.959.278.64-
YUV85.32125167.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=50.54%
G=20.79%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141588000.590.430.45344.141.7139.02
Hex8D3A5003B2B2D1582a27
Octal2157212007353555305247
Binary1000110111101010100000111011101011101101101011000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,80); }

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

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

 a { background-color: rgb(141,58,80); }

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

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

 span { border-color: rgb(141,58,80); }

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