#79414B

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

Shades of Camelot #79414B

Tints of Camelot #79414B

Color information

#79414B (or 0x79414B) is unknown color: approx Camelot. HEX triplet: 79, 41 and 4B. RGB value is (121,65,75). Sum of RGB (Red+Green+Blue) = 121+65+75=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79414B is #86BEB4. Grayscale: #525252. Windows color (decimal): -8830645 or 4931961. OLE color: 4931961.

HSL color Cylindrical-coordinate representation of color #79414B: hue angle of 349.29º 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 #79414B is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1216575-
CMYK00.460.380.53
HSL349.29º30.11%36.47%-
HSV(B)349.29º46.28%47.45%-
XYZ11.058.357.69-
YUV82.88123.55155.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=46.36%
G=24.90%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121657500.460.380.53349.2930.1136.47
Hex79414B02E263515d1e24
Octal17110111305646655353644
Binary111100110000011001011010111010011011010110101110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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