Html Css Color HEX #80404B Camelot

📋 copy color: '#80404B'

red 128 ◦ green 64 ◦ blue 75

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

Shades of Camelot #80404B

Tints of Camelot #80404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 47.94%
G = 23.97%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80404B (or 0x80404B) is known color: Camelot. HEX triplet: 80, 40 and 4B. RGB value is (128,64,75). Sum of RGB (Red+Green+Blue) = 128+64+75=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80404B is #7FBFB4. Grayscale: #545454. Windows color (decimal): -8372149 or 4931712. OLE color: 4931712.

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

Color convert

RGB 128 64 75 -
CMYK 0 0.5 0.41 0.50
HSL 349.69º 0.33% 0.38% -
HSV(B) 349.69º 0.5% 0.5% -
XYZ 12.01 8.76 7.72 -
YUV 84.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 128 64 75 0 0.5 0.41 0.50 349.69 0.33 0.38
Hex 80 40 4B 0 32 29 32 15E 21 26
Octal 200 100 113 0 62 51 62 536 41 46
Binary 10000000 1000000 1001011 0 110010 101001 110010 101011110 100001 100110

Color Harmonies of #80404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80404B

Black with #80404B

Text Example


Text Example

White with #80404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80404B; }

 p { color: rgb(128,64,75); }

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

background-color css

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

 a { background-color: rgb(128,64,75); }

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

border-color css

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

 span { border-color: rgb(128,64,75); }

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