#80394A

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

Shades of Camelot #80394A

Tints of Camelot #80394A

Color information

#80394A (or 0x80394A) is unknown color: approx Camelot. HEX triplet: 80, 39 and 4A. RGB value is (128,57,74). Sum of RGB (Red+Green+Blue) = 128+57+74=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80394A is #7FC6B5. Grayscale: #505050. Windows color (decimal): -8373942 or 4864384. OLE color: 4864384.

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

Color convert

RGB1285774-
CMYK00.550.420.50
HSL345.63º38.38%36.27%-
HSV(B)345.63º55.47%50.2%-
XYZ11.68.017.41-
YUV80.17124.52162.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=49.42%
G=22.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128577400.550.420.50345.6338.3836.27
Hex80394A0372A3215a2624
Octal2007111206752625324644
Binary1000000011100110010100110111101010110010101011010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80394A; }

 p { color: rgb(128,57,74); }

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

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

 a { background-color: rgb(128,57,74); }

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

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

 span { border-color: rgb(128,57,74); }

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