#80414C

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

Shades of Camelot #80414C

Tints of Camelot #80414C

Color information

#80414C (or 0x80414C) is unknown color: approx Camelot. HEX triplet: 80, 41 and 4C. RGB value is (128,65,76). Sum of RGB (Red+Green+Blue) = 128+65+76=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80414C is #7FBEB3. Grayscale: #555555. Windows color (decimal): -8371892 or 4997504. OLE color: 4997504.

HSL color Cylindrical-coordinate representation of color #80414C: hue angle of 349.52º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80414C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1286576-
CMYK00.490.410.50
HSL349.52º32.64%37.84%-
HSV(B)349.52º49.22%50.2%-
XYZ12.18.897.92-
YUV85.09122.87158.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=47.58%
G=24.16%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128657600.490.410.50349.5232.6437.84
Hex80414C031293215e2126
Octal20010111406151625364146
Binary10000000100000110011000110001101001110010101011110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80414C; }

 p { color: rgb(128,65,76); }

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

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

 a { background-color: rgb(128,65,76); }

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

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

 span { border-color: rgb(128,65,76); }

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