#803B55

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

Shades of Camelot #803B55

Tints of Camelot #803B55

Color information

#803B55 (or 0x803B55) is unknown color: approx Camelot. HEX triplet: 80, 3B and 55. RGB value is (128,59,85). Sum of RGB (Red+Green+Blue) = 128+59+85=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #803B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B55 is #7FC4AA. Grayscale: #525252. Windows color (decimal): -8373419 or 5585792. OLE color: 5585792.

HSL color Cylindrical-coordinate representation of color #803B55: hue angle of 337.39º 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 #803B55 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1285985-
CMYK00.540.340.50
HSL337.39º36.9%36.67%-
HSV(B)337.39º53.91%50.2%-
XYZ12.118.379.57-
YUV82.6129.36160.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=47.06%
G=21.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128598500.540.340.50337.3936.936.67
Hex803B5503622321512525
Octal2007312506642625214545
Binary1000000011101110101010110110100010110010101010001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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