#803E56

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

Shades of Camelot #803E56

Tints of Camelot #803E56

Color information

#803E56 (or 0x803E56) is unknown color: approx Camelot. HEX triplet: 80, 3E and 56. RGB value is (128,62,86). Sum of RGB (Red+Green+Blue) = 128+62+86=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E56 is #7FC1A9. Grayscale: #545454. Windows color (decimal): -8372650 or 5652096. OLE color: 5652096.

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

Color convert

RGB1286286-
CMYK00.520.330.50
HSL338.18º34.74%37.25%-
HSV(B)338.18º51.56%50.2%-
XYZ12.38.719.84-
YUV84.47128.87159.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=46.38%
G=22.46%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128628600.520.330.50338.1834.7437.25
Hex803E5603421321522325
Octal2007612606441625224345
Binary1000000011111010101100110100100001110010101010010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,62,86); }

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

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

 a { background-color: rgb(128,62,86); }

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

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

 span { border-color: rgb(128,62,86); }

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