#80334C

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

Shades of Camelot #80334C

Tints of Camelot #80334C

Color information

#80334C (or 0x80334C) is unknown color: approx Camelot. HEX triplet: 80, 33 and 4C. RGB value is (128,51,76). Sum of RGB (Red+Green+Blue) = 128+51+76=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80334C is #7FCCB3. Grayscale: #4C4C4C. Windows color (decimal): -8375476 or 4993920. OLE color: 4993920.

HSL color Cylindrical-coordinate representation of color #80334C: hue angle of 340.52º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80334C is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1285176-
CMYK00.600.410.50
HSL340.52º43.02%35.1%-
HSV(B)340.52º60.16%50.2%-
XYZ11.397.487.68-
YUV76.87127.51164.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=50.20%
G=20%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128517600.600.410.50340.5243.0235.1
Hex80334C03C29321552b23
Octal2006311407451625255343
Binary1000000011001110011000111100101001110010101010101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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