#80404B

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

Shades of Camelot #80404B

Tints of Camelot #80404B

Color information

#80404B (or 0x80404B) is unknown color: approx Camelot. HEX triplet: 80, 40 and 4B. RGB value is (128,64,75). Sum of RGB (Red+Green+Blue) = 128+64+75=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80404B is #7FBFB4. Grayscale: #545454. Windows color (decimal): -8372149 or 4931712. OLE color: 4931712.

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

Color convert

RGB1286475-
CMYK00.50.410.50
HSL349.69º33.33%37.65%-
HSV(B)349.69º50%50.2%-
XYZ12.018.767.72-
YUV84.39122.7159.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=47.94%
G=23.97%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128647500.50.410.50349.6933.3337.65
Hex80404B032293215e2126
Octal20010011306251625364146
Binary10000000100000010010110110010101001110010101011110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80404B; }

 p { color: rgb(128,64,75); }

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

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

 a { background-color: rgb(128,64,75); }

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

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

 span { border-color: rgb(128,64,75); }

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