#793B41

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

Shades of Tosca #793B41

Tints of Tosca #793B41

Color information

#793B41 (or 0x793B41) is unknown color: approx Tosca. HEX triplet: 79, 3B and 41. RGB value is (121,59,65). Sum of RGB (Red+Green+Blue) = 121+59+65=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #793B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B41 is #86C4BE. Grayscale: #4E4E4E. Windows color (decimal): -8832191 or 4275065. OLE color: 4275065.

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

Color convert

RGB1215965-
CMYK00.510.460.53
HSL354.19º34.44%35.29%-
HSV(B)354.19º51.24%47.45%-
XYZ10.47.575.91-
YUV78.22120.54158.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=49.39%
G=24.08%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121596500.510.460.53354.1934.4435.29
Hex793B410332E351622223
Octal1717310106356655424243
Binary111100111101110000010110011101110110101101100010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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