#79321D

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

Shades of Pueblo #79321D

Tints of Pueblo #79321D

Color information

#79321D (or 0x79321D) is unknown color: approx Pueblo. HEX triplet: 79, 32 and 1D. RGB value is (121,50,29). Sum of RGB (Red+Green+Blue) = 121+50+29=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79321D is #86CDE2. Grayscale: #444444. Windows color (decimal): -8834531 or 1913465. OLE color: 1913465.

HSL color Cylindrical-coordinate representation of color #79321D: hue angle of 13.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79321D is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1215029-
CMYK00.590.760.53
HSL13.7º61.33%29.41%-
HSV(B)13.7º76.03%47.45%-
XYZ9.256.431.92-
YUV68.83105.52165.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=60.5%
G=25%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121502900.590.760.5313.761.3329.41
Hex79321D03B4C35e3d1d
Octal171623507311465167535
Binary11110011100101110101110111001100110101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79321D; }

 p { color: rgb(121,50,29); }

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

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

 a { background-color: rgb(121,50,29); }

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

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

 span { border-color: rgb(121,50,29); }

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