Html Css Color HEX #80424C Camelot

📋 copy color: '#80424C'

red 128 ◦ green 66 ◦ blue 76

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

Shades of Camelot #80424C

Tints of Camelot #80424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 47.41%
G = 24.44%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80424C (or 0x80424C) is known color: Camelot. HEX triplet: 80, 42 and 4C. RGB value is (128,66,76). Sum of RGB (Red+Green+Blue) = 128+66+76=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80424C is #7FBDB3. Grayscale: #555555. Windows color (decimal): -8371636 or 4997760. OLE color: 4997760.

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

Color convert

RGB 128 66 76 -
CMYK 0 0.48 0.41 0.50
HSL 350.32º 0.32% 0.38% -
HSV(B) 350.32º 0.48% 0.5% -
XYZ 12.15 9.01 7.94 -
YUV 85.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 128 66 76 0 0.48 0.41 0.50 350.32 0.32 0.38
Hex 80 42 4C 0 30 29 32 15E 20 26
Octal 200 102 114 0 60 51 62 536 40 46
Binary 10000000 1000010 1001100 0 110000 101001 110010 101011110 100000 100110

Color Harmonies of #80424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80424C

Black with #80424C

Text Example


Text Example

White with #80424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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