#803D52

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

Shades of Camelot #803D52

Tints of Camelot #803D52

Color information

#803D52 (or 0x803D52) is unknown color: approx Camelot. HEX triplet: 80, 3D and 52. RGB value is (128,61,82). Sum of RGB (Red+Green+Blue) = 128+61+82=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #803D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D52 is #7FC2AD. Grayscale: #535353. Windows color (decimal): -8372910 or 5389696. OLE color: 5389696.

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

Color convert

RGB1286182-
CMYK00.520.360.50
HSL341.19º35.45%37.06%-
HSV(B)341.19º52.34%50.2%-
XYZ12.098.548.99-
YUV83.43127.2159.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=47.23%
G=22.51%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128618200.520.360.50341.1935.4537.06
Hex803D5203424321552325
Octal2007512206444625254345
Binary1000000011110110100100110100100100110010101010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,61,82); }

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

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

 a { background-color: rgb(128,61,82); }

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

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

 span { border-color: rgb(128,61,82); }

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