Html Css Color HEX #814049 Camelot

📋 copy color: '#814049'

red 129 ◦ green 64 ◦ blue 73

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

Shades of Camelot #814049

Tints of Camelot #814049

RGB

 RED value IS 129 (50.78% from 255) = 48.5%

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

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 48.5%
G = 24.06%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#814049 (or 0x814049) is known color: Camelot. HEX triplet: 81, 40 and 49. RGB value is (129,64,73). Sum of RGB (Red+Green+Blue) = 129+64+73=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814049 is #7EBFB6. Grayscale: #545454. Windows color (decimal): -8306615 or 4800641. OLE color: 4800641.

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

Color convert

RGB 129 64 73 -
CMYK 0 0.50 0.43 0.49
HSL 351.69º 0.34% 0.38% -
HSV(B) 351.69º 0.5% 0.51% -
XYZ 12.09 8.81 7.37 -
YUV 84.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 129 64 73 0 0.50 0.43 0.49 351.69 0.34 0.38
Hex 81 40 49 0 32 2B 31 160 22 26
Octal 201 100 111 0 62 53 61 540 42 46
Binary 10000001 1000000 1001001 0 110010 101011 110001 101100000 100010 100110

Color Harmonies of #814049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814049

Black with #814049

Text Example


Text Example

White with #814049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814049; }

 p { color: rgb(129,64,73); }

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

background-color css

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

 a { background-color: rgb(129,64,73); }

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

border-color css

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

 span { border-color: rgb(129,64,73); }

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