#80424D

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

Shades of Camelot #80424D

Tints of Camelot #80424D

Color information

#80424D (or 0x80424D) is unknown color: approx Camelot. HEX triplet: 80, 42 and 4D. RGB value is (128,66,77). Sum of RGB (Red+Green+Blue) = 128+66+77=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80424D is #7FBDB2. Grayscale: #555555. Windows color (decimal): -8371635 or 5063296. OLE color: 5063296.

HSL color Cylindrical-coordinate representation of color #80424D: hue angle of 349.35º 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 #80424D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1286677-
CMYK00.480.400.50
HSL349.35º31.96%38.04%-
HSV(B)349.35º48.44%50.2%-
XYZ12.199.028.12-
YUV85.79123.04158.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=47.23%
G=24.35%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128667700.480.400.50349.3531.9638.04
Hex80424D030283215d2026
Octal20010211506050625354046
Binary10000000100001010011010110000101000110010101011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80424D; }

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

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

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

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

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

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

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

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