#803E48

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

Shades of Camelot #803E48

Tints of Camelot #803E48

Color information

#803E48 (or 0x803E48) is unknown color: approx Camelot. HEX triplet: 80, 3E and 48. RGB value is (128,62,72). Sum of RGB (Red+Green+Blue) = 128+62+72=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #803E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E48 is #7FC1B7. Grayscale: #525252. Windows color (decimal): -8372664 or 4734592. OLE color: 4734592.

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

Color convert

RGB1286272-
CMYK00.520.440.50
HSL350.91º34.74%37.25%-
HSV(B)350.91º51.56%50.2%-
XYZ11.798.57.15-
YUV82.87121.87160.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.85%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=48.85%
G=23.66%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128627200.520.440.50350.9134.7437.25
Hex803E480342C3215f2325
Octal2007611006454625374345
Binary1000000011111010010000110100101100110010101011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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