#793343

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

Shades of Camelot #793343

Tints of Camelot #793343

Color information

#793343 (or 0x793343) is unknown color: approx Camelot. HEX triplet: 79, 33 and 43. RGB value is (121,51,67). Sum of RGB (Red+Green+Blue) = 121+51+67=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #793343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793343 is #86CCBC. Grayscale: #494949. Windows color (decimal): -8834237 or 4404089. OLE color: 4404089.

HSL color Cylindrical-coordinate representation of color #793343: hue angle of 346.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793343 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1215167-
CMYK00.580.450.53
HSL346.29º40.7%33.73%-
HSV(B)346.29º57.85%47.45%-
XYZ10.086.846.1-
YUV73.75124.19161.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=50.63%
G=21.34%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121516700.580.450.53346.2940.733.73
Hex79334303A2D3515a2922
Octal1716310307255655325142
Binary111100111001110000110111010101101110101101011010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793343; }

 p { color: rgb(121,51,67); }

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

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

 a { background-color: rgb(121,51,67); }

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

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

 span { border-color: rgb(121,51,67); }

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