Html Css Color HEX #80414C Camelot

📋 copy color: '#80414C'

red 128 ◦ green 65 ◦ blue 76

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

Shades of Camelot #80414C

Tints of Camelot #80414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 47.58%
G = 24.16%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80414C (or 0x80414C) is known color: Camelot. HEX triplet: 80, 41 and 4C. RGB value is (128,65,76). Sum of RGB (Red+Green+Blue) = 128+65+76=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80414C is #7FBEB3. Grayscale: #555555. Windows color (decimal): -8371892 or 4997504. OLE color: 4997504.

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

Color convert

RGB 128 65 76 -
CMYK 0 0.49 0.41 0.50
HSL 349.52º 0.33% 0.38% -
HSV(B) 349.52º 0.49% 0.5% -
XYZ 12.1 8.89 7.92 -
YUV 85.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 128 65 76 0 0.49 0.41 0.50 349.52 0.33 0.38
Hex 80 41 4C 0 31 29 32 15E 21 26
Octal 200 101 114 0 61 51 62 536 41 46
Binary 10000000 1000001 1001100 0 110001 101001 110010 101011110 100001 100110

Color Harmonies of #80414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80414C

Black with #80414C

Text Example


Text Example

White with #80414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80414C; }

 p { color: rgb(128,65,76); }

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

background-color css

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

 a { background-color: rgb(128,65,76); }

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

border-color css

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

 span { border-color: rgb(128,65,76); }

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