#803B4A

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

Shades of Camelot #803B4A

Tints of Camelot #803B4A

Color information

#803B4A (or 0x803B4A) is unknown color: approx Camelot. HEX triplet: 80, 3B and 4A. RGB value is (128,59,74). Sum of RGB (Red+Green+Blue) = 128+59+74=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #803B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B4A is #7FC4B5. Grayscale: #515151. Windows color (decimal): -8373430 or 4864896. OLE color: 4864896.

HSL color Cylindrical-coordinate representation of color #803B4A: hue angle of 346.96º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B4A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB1285974-
CMYK00.540.420.50
HSL346.96º36.9%36.67%-
HSV(B)346.96º53.91%50.2%-
XYZ11.78.217.45-
YUV81.34123.86161.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=49.04%
G=22.61%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128597400.540.420.50346.9636.936.67
Hex803B4A0362A3215b2525
Octal2007311206652625334545
Binary1000000011101110010100110110101010110010101011011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803B4A; }

 p { color: rgb(128,59,74); }

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

<style>
 a { background-color: #803B4A; }

 a { background-color: rgb(128,59,74); }

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

<style>
 span { border-color: #803B4A; }

 span { border-color: rgb(128,59,74); }

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