#802D43

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

Shades of Camelot #802D43

Tints of Camelot #802D43

Color information

#802D43 (or 0x802D43) is unknown color: approx Camelot. HEX triplet: 80, 2D and 43. RGB value is (128,45,67). Sum of RGB (Red+Green+Blue) = 128+45+67=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #802D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D43 is #7FD2BC. Grayscale: #484848. Windows color (decimal): -8377021 or 4402560. OLE color: 4402560.

HSL color Cylindrical-coordinate representation of color #802D43: hue angle of 344.1º 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 #802D43 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1284567-
CMYK00.650.480.50
HSL344.1º47.98%33.92%-
HSV(B)344.1º64.84%50.2%-
XYZ10.856.876.06-
YUV72.32125167.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 67 (26.56% from 255) = 27.92%
R=53.33%
G=18.75%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128456700.650.480.50344.147.9833.92
Hex802D4304130321583022
Octal20055103010160625306042
Binary10000000101101100001101000001110000110010101011000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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