#802E42

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

Shades of Camelot #802E42

Tints of Camelot #802E42

Color information

#802E42 (or 0x802E42) is unknown color: approx Camelot. HEX triplet: 80, 2E and 42. RGB value is (128,46,66). Sum of RGB (Red+Green+Blue) = 128+46+66=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #802E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E42 is #7FD1BD. Grayscale: #484848. Windows color (decimal): -8376766 or 4337280. OLE color: 4337280.

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

Color convert

RGB1284666-
CMYK00.640.480.50
HSL345.37º47.13%34.12%-
HSV(B)345.37º64.06%50.2%-
XYZ10.866.945.92-
YUV72.8124.17167.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=53.33%
G=19.17%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128466600.640.480.50345.3747.1334.12
Hex802E4204030321592f22
Octal20056102010060625315742
Binary10000000101110100001001000000110000110010101011001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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