#804251

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

Shades of Camelot #804251

Tints of Camelot #804251

Color information

#804251 (or 0x804251) is unknown color: approx Camelot. HEX triplet: 80, 42 and 51. RGB value is (128,66,81). Sum of RGB (Red+Green+Blue) = 128+66+81=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #804251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804251 is #7FBDAE. Grayscale: #565656. Windows color (decimal): -8371631 or 5325440. OLE color: 5325440.

HSL color Cylindrical-coordinate representation of color #804251: hue angle of 345.48º degrees, saturation: 0.32, 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 #804251 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB1286681-
CMYK00.480.370.50
HSL345.48º31.96%38.04%-
HSV(B)345.48º48.44%50.2%-
XYZ12.349.088.89-
YUV86.25125.04157.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=46.55%
G=24%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128668100.480.370.50345.4831.9638.04
Hex80425103025321592026
Octal20010212106045625314046
Binary10000000100001010100010110000100101110010101011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804251; }

 p { color: rgb(128,66,81); }

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

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

 a { background-color: rgb(128,66,81); }

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

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

 span { border-color: rgb(128,66,81); }

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