#79384D

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

Shades of Camelot #79384D

Tints of Camelot #79384D

Color information

#79384D (or 0x79384D) is unknown color: approx Camelot. HEX triplet: 79, 38 and 4D. RGB value is (121,56,77). Sum of RGB (Red+Green+Blue) = 121+56+77=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79384D is #86C7B2. Grayscale: #4D4D4D. Windows color (decimal): -8832947 or 5060729. OLE color: 5060729.

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

Color convert

RGB1215677-
CMYK00.540.360.53
HSL340.62º36.72%34.71%-
HSV(B)340.62º53.72%47.45%-
XYZ10.647.437.89-
YUV77.83127.53158.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=47.64%
G=22.05%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121567700.540.360.53340.6236.7234.71
Hex79384D03624351552523
Octal1717011506644655254543
Binary111100111100010011010110110100100110101101010101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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