Html Css Color HEX #80424D Camelot

📋 copy color: '#80424D'

red 128 ◦ green 66 ◦ blue 77

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

Shades of Camelot #80424D

Tints of Camelot #80424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 47.23%
G = 24.35%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80424D (or 0x80424D) is known color: Camelot. HEX triplet: 80, 42 and 4D. RGB value is (128,66,77). Sum of RGB (Red+Green+Blue) = 128+66+77=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80424D is #7FBDB2. Grayscale: #555555. Windows color (decimal): -8371635 or 5063296. OLE color: 5063296.

HSL color Cylindrical-coordinate representation of color #80424D: hue angle of 349.35º 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 #80424D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 77 -
CMYK 0 0.48 0.40 0.50
HSL 349.35º 0.32% 0.38% -
HSV(B) 349.35º 0.48% 0.5% -
XYZ 12.19 9.02 8.12 -
YUV 85.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 128 66 77 0 0.48 0.40 0.50 349.35 0.32 0.38
Hex 80 42 4D 0 30 28 32 15D 20 26
Octal 200 102 115 0 60 50 62 535 40 46
Binary 10000000 1000010 1001101 0 110000 101000 110010 101011101 100000 100110

Color Harmonies of #80424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80424D

Black with #80424D

Text Example


Text Example

White with #80424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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