Html Css Color HEX #80414B Camelot

📋 copy color: '#80414B'

red 128 ◦ green 65 ◦ blue 75

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

Shades of Camelot #80414B

Tints of Camelot #80414B

RGB

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

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

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

R = 47.76%
G = 24.25%
B = 27.99%

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

#80414B (or 0x80414B) is known color: Camelot. HEX triplet: 80, 41 and 4B. RGB value is (128,65,75). Sum of RGB (Red+Green+Blue) = 128+65+75=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80414B is #7FBEB4. Grayscale: #555555. Windows color (decimal): -8371893 or 4931968. OLE color: 4931968.

HSL color Cylindrical-coordinate representation of color #80414B: hue angle of 350.48º 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 #80414B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 75 -
CMYK 0 0.49 0.41 0.50
HSL 350.48º 0.33% 0.38% -
HSV(B) 350.48º 0.49% 0.5% -
XYZ 12.06 8.88 7.73 -
YUV 84.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 128 65 75 0 0.49 0.41 0.50 350.48 0.33 0.38
Hex 80 41 4B 0 31 29 32 15E 21 26
Octal 200 101 113 0 61 51 62 536 41 46
Binary 10000000 1000001 1001011 0 110001 101001 110010 101011110 100001 100110

Color Harmonies of #80414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80414B

Black with #80414B

Text Example


Text Example

White with #80414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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