#79311D

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

Shades of Pueblo #79311D

Tints of Pueblo #79311D

Color information

#79311D (or 0x79311D) is unknown color: approx Pueblo. HEX triplet: 79, 31 and 1D. RGB value is (121,49,29). Sum of RGB (Red+Green+Blue) = 121+49+29=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79311D is #86CEE2. Grayscale: #444444. Windows color (decimal): -8834787 or 1913209. OLE color: 1913209.

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

Color convert

RGB1214929-
CMYK00.600.760.53
HSL13.04º61.33%29.41%-
HSV(B)13.04º76.03%47.45%-
XYZ9.216.351.9-
YUV68.25105.85165.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=60.80%
G=24.62%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121492900.600.760.5313.0461.3329.41
Hex79311D03C4C35d3d1d
Octal171613507411465157535
Binary11110011100011110101111001001100110101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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