#792A1D

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

Shades of Pueblo #792A1D

Tints of Pueblo #792A1D

Color information

#792A1D (or 0x792A1D) is unknown color: approx Pueblo. HEX triplet: 79, 2A and 1D. RGB value is (121,42,29). Sum of RGB (Red+Green+Blue) = 121+42+29=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #792A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792A1D is #86D5E2. Grayscale: #404040. Windows color (decimal): -8836579 or 1911417. OLE color: 1911417.

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

Color convert

RGB1214229-
CMYK00.650.760.53
HSL8.48º61.33%29.41%-
HSV(B)8.48º76.03%47.45%-
XYZ8.935.811.81-
YUV64.14108.17168.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=63.02%
G=21.88%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121422900.650.760.538.4861.3329.41
Hex792A1D0414C3583d1d
Octal1715235010111465107535
Binary111100110101011101010000011001100110101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792A1D; }

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

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

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

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

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

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

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

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