#802D44

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

Shades of Camelot #802D44

Tints of Camelot #802D44

Color information

#802D44 (or 0x802D44) is unknown color: approx Camelot. HEX triplet: 80, 2D and 44. RGB value is (128,45,68). Sum of RGB (Red+Green+Blue) = 128+45+68=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #802D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D44 is #7FD2BB. Grayscale: #484848. Windows color (decimal): -8377020 or 4468096. OLE color: 4468096.

HSL color Cylindrical-coordinate representation of color #802D44: hue angle of 343.37º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D44 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB1284568-
CMYK00.650.470.50
HSL343.37º47.98%33.92%-
HSV(B)343.37º64.84%50.2%-
XYZ10.886.886.22-
YUV72.44125.5167.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=53.11%
G=18.67%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128456800.650.470.50343.3747.9833.92
Hex802D440412F321573022
Octal20055104010157625276042
Binary10000000101101100010001000001101111110010101010111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802D44; }

 p { color: rgb(128,45,68); }

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

<style>
 a { background-color: #802D44; }

 a { background-color: rgb(128,45,68); }

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

<style>
 span { border-color: #802D44; }

 span { border-color: rgb(128,45,68); }

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