#804352

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

Shades of Camelot #804352

Tints of Camelot #804352

Color information

#804352 (or 0x804352) is unknown color: approx Camelot. HEX triplet: 80, 43 and 52. RGB value is (128,67,82). Sum of RGB (Red+Green+Blue) = 128+67+82=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #804352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804352 is #7FBCAD. Grayscale: #565656. Windows color (decimal): -8371374 or 5391232. OLE color: 5391232.

HSL color Cylindrical-coordinate representation of color #804352: hue angle of 345.25º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804352 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1286782-
CMYK00.480.360.50
HSL345.25º31.28%38.24%-
HSV(B)345.25º47.66%50.2%-
XYZ12.439.219.11-
YUV86.95125.21157.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=46.21%
G=24.19%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128678200.480.360.50345.2531.2838.24
Hex80435203024321591f26
Octal20010312206044625313746
Binary1000000010000111010010011000010010011001010101100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804352; }

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

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

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

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

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

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

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

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