Html Css Color HEX #80424F Camelot

📋 copy color: '#80424F'

red 128 ◦ green 66 ◦ blue 79

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

Shades of Camelot #80424F

Tints of Camelot #80424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 46.89%
G = 24.18%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80424F (or 0x80424F) is known color: Camelot. HEX triplet: 80, 42 and 4F. RGB value is (128,66,79). Sum of RGB (Red+Green+Blue) = 128+66+79=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80424F is #7FBDB0. Grayscale: #565656. Windows color (decimal): -8371633 or 5194368. OLE color: 5194368.

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

Color convert

RGB 128 66 79 -
CMYK 0 0.48 0.38 0.50
HSL 347.42º 0.32% 0.38% -
HSV(B) 347.42º 0.48% 0.5% -
XYZ 12.26 9.05 8.5 -
YUV 86.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 128 66 79 0 0.48 0.38 0.50 347.42 0.32 0.38
Hex 80 42 4F 0 30 26 32 15B 20 26
Octal 200 102 117 0 60 46 62 533 40 46
Binary 10000000 1000010 1001111 0 110000 100110 110010 101011011 100000 100110

Color Harmonies of #80424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80424F

Black with #80424F

Text Example


Text Example

White with #80424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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