#79291D

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

Shades of Pueblo #79291D

Tints of Pueblo #79291D

Color information

#79291D (or 0x79291D) is unknown color: approx Pueblo. HEX triplet: 79, 29 and 1D. RGB value is (121,41,29). Sum of RGB (Red+Green+Blue) = 121+41+29=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #79291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79291D is #86D6E2. Grayscale: #3F3F3F. Windows color (decimal): -8836835 or 1911161. OLE color: 1911161.

HSL color Cylindrical-coordinate representation of color #79291D: hue angle of 7.83º 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 #79291D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1214129-
CMYK00.660.760.53
HSL7.83º61.33%29.41%-
HSV(B)7.83º76.03%47.45%-
XYZ8.95.741.8-
YUV63.55108.5168.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=63.35%
G=21.47%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121412900.660.760.537.8361.3329.41
Hex79291D0424C3583d1d
Octal1715135010211465107535
Binary111100110100111101010000101001100110101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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