#793121

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

Shades of Pueblo #793121

Tints of Pueblo #793121

Color information

#793121 (or 0x793121) is unknown color: approx Pueblo. HEX triplet: 79, 31 and 21. RGB value is (121,49,33). Sum of RGB (Red+Green+Blue) = 121+49+33=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793121 is #86CEDE. Grayscale: #444444. Windows color (decimal): -8834783 or 2175353. OLE color: 2175353.

HSL color Cylindrical-coordinate representation of color #793121: hue angle of 10.91º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #793121 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1214933-
CMYK00.600.730.53
HSL10.91º57.14%30.2%-
HSV(B)10.91º72.73%47.45%-
XYZ9.266.372.18-
YUV68.7107.85165.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=59.61%
G=24.14%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121493300.600.730.5310.9157.1430.2
Hex79312103C4935b391e
Octal171614107411165137136
Binary111100111000110000101111001001001110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793121; }

 p { color: rgb(121,49,33); }

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

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

 a { background-color: rgb(121,49,33); }

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

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

 span { border-color: rgb(121,49,33); }

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