#79414D

Color #79414D Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #79414D

Tints of Camelot #79414D

Color information

#79414D (or 0x79414D) is unknown color: approx Camelot. HEX triplet: 79, 41 and 4D. RGB value is (121,65,77). Sum of RGB (Red+Green+Blue) = 121+65+77=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79414D is #86BEB2. Grayscale: #535353. Windows color (decimal): -8830643 or 5063033. OLE color: 5063033.

HSL color Cylindrical-coordinate representation of color #79414D: hue angle of 347.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79414D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1216577-
CMYK00.460.360.53
HSL347.14º30.11%36.47%-
HSV(B)347.14º46.28%47.45%-
XYZ11.128.388.05-
YUV83.11124.55155.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=46.01%
G=24.71%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121657700.460.360.53347.1430.1136.47
Hex79414D02E243515b1e24
Octal17110111505644655333644
Binary111100110000011001101010111010010011010110101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,65,77); }

 H1.HeaderClassName
 {
   color: #79414D;
 }
 .AnyTagClassName
 {
   color: #79414D;
 }
</style>
background-color css

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

 a { background-color: rgb(121,65,77); }

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

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

 span { border-color: rgb(121,65,77); }

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