#793C4B

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

Shades of Camelot #793C4B

Tints of Camelot #793C4B

Color information

#793C4B (or 0x793C4B) is unknown color: approx Camelot. HEX triplet: 79, 3C and 4B. RGB value is (121,60,75). Sum of RGB (Red+Green+Blue) = 121+60+75=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #793C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C4B is #86C3B4. Grayscale: #4F4F4F. Windows color (decimal): -8831925 or 4930681. OLE color: 4930681.

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

Color convert

RGB1216075-
CMYK00.500.380.53
HSL345.25º33.7%35.49%-
HSV(B)345.25º50.41%47.45%-
XYZ10.777.87.6-
YUV79.95125.21157.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=47.27%
G=23.44%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121607500.500.380.53345.2533.735.49
Hex793C4B03226351592223
Octal1717411306246655314243
Binary111100111110010010110110010100110110101101011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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