#802C43

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

Shades of Camelot #802C43

Tints of Camelot #802C43

Color information

#802C43 (or 0x802C43) is unknown color: approx Camelot. HEX triplet: 80, 2C and 43. RGB value is (128,44,67). Sum of RGB (Red+Green+Blue) = 128+44+67=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #802C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C43 is #7FD3BC. Grayscale: #474747. Windows color (decimal): -8377277 or 4402304. OLE color: 4402304.

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

Color convert

RGB1284467-
CMYK00.660.480.50
HSL343.57º48.84%33.73%-
HSV(B)343.57º65.62%50.2%-
XYZ10.826.86.05-
YUV71.74125.33168.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=53.56%
G=18.41%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128446700.660.480.50343.5748.8433.73
Hex802C4304230321583122
Octal20054103010260625306142
Binary10000000101100100001101000010110000110010101011000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,44,67); }

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

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

 a { background-color: rgb(128,44,67); }

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

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

 span { border-color: rgb(128,44,67); }

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