Html Css Color HEX #804855 Camelot

📋 copy color: '#804855'

red 128 ◦ green 72 ◦ blue 85

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

Shades of Camelot #804855

Tints of Camelot #804855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 44.91%
G = 25.26%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#804855 (or 0x804855) is known color: Camelot. HEX triplet: 80, 48 and 55. RGB value is (128,72,85). Sum of RGB (Red+Green+Blue) = 128+72+85=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #804855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804855 is #7FB7AA. Grayscale: #5A5A5A. Windows color (decimal): -8370091 or 5589120. OLE color: 5589120.

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

Color convert

RGB 128 72 85 -
CMYK 0 0.44 0.34 0.50
HSL 346.07º 0.28% 0.39% -
HSV(B) 346.07º 0.44% 0.5% -
XYZ 12.86 9.88 9.82 -
YUV 90.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 128 72 85 0 0.44 0.34 0.50 346.07 0.28 0.39
Hex 80 48 55 0 2C 22 32 15A 1C 27
Octal 200 110 125 0 54 42 62 532 34 47
Binary 10000000 1001000 1010101 0 101100 100010 110010 101011010 11100 100111

Color Harmonies of #804855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804855

Black with #804855

Text Example


Text Example

White with #804855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804855; }

 p { color: rgb(128,72,85); }

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

background-color css

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

 a { background-color: rgb(128,72,85); }

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

border-color css

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

 span { border-color: rgb(128,72,85); }

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