Html Css Color HEX #804050 Camelot

📋 copy color: '#804050'

red 128 ◦ green 64 ◦ blue 80

#804050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #804050

Tints of Camelot #804050

RGB

 RED value IS 128 (50.39% from 255) = 47.06%

 GREEN value IS 64 (25.39% from 255) = 23.53%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 47.06%
G = 23.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#804050 (or 0x804050) is known color: Camelot. HEX triplet: 80, 40 and 50. RGB value is (128,64,80). Sum of RGB (Red+Green+Blue) = 128+64+80=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #804050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804050 is #7FBFAF. Grayscale: #545454. Windows color (decimal): -8372144 or 5259392. OLE color: 5259392.

HSL color Cylindrical-coordinate representation of color #804050: hue angle of 345º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804050 is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 80 -
CMYK 0 0.5 0.38 0.50
HSL 345º 0.33% 0.38% -
HSV(B) 345º 0.5% 0.5% -
XYZ 12.18 8.84 8.65 -
YUV 84.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 128 64 80 0 0.5 0.38 0.50 345 0.33 0.38
Hex 80 40 50 0 32 26 32 159 21 26
Octal 200 100 120 0 62 46 62 531 41 46
Binary 10000000 1000000 1010000 0 110010 100110 110010 101011001 100001 100110

Color Harmonies of #804050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804050

Black with #804050

Text Example


Text Example

White with #804050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804050; }

 p { color: rgb(128,64,80); }

 H1.HeaderClassName
 {
   color: #804050;
 }
 .AnyTagClassName
 {
   color: #804050;
 }
</style>

background-color css

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

 a { background-color: rgb(128,64,80); }

 div.DivClassName
 {
   background-color: #804050;
 }
 .BgClassName
 {
   background-color: #804050;
 }
</style>

border-color css

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

 span { border-color: rgb(128,64,80); }

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