#793B4B

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

Shades of Camelot #793B4B

Tints of Camelot #793B4B

Color information

#793B4B (or 0x793B4B) is unknown color: approx Camelot. HEX triplet: 79, 3B and 4B. RGB value is (121,59,75). Sum of RGB (Red+Green+Blue) = 121+59+75=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #793B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B4B is #86C4B4. Grayscale: #4F4F4F. Windows color (decimal): -8832181 or 4930425. OLE color: 4930425.

HSL color Cylindrical-coordinate representation of color #793B4B: hue angle of 344.52º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793B4B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1215975-
CMYK00.510.380.53
HSL344.52º34.44%35.29%-
HSV(B)344.52º51.24%47.45%-
XYZ10.727.77.58-
YUV79.36125.54157.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=47.45%
G=23.14%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121597500.510.380.53344.5234.4435.29
Hex793B4B03326351592223
Octal1717311306346655314243
Binary111100111101110010110110011100110110101101011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793B4B; }

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

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

<style>
 a { background-color: #793B4B; }

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

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

<style>
 span { border-color: #793B4B; }

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

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