#792C1D

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

Shades of Pueblo #792C1D

Tints of Pueblo #792C1D

Color information

#792C1D (or 0x792C1D) is unknown color: approx Pueblo. HEX triplet: 79, 2C and 1D. RGB value is (121,44,29). Sum of RGB (Red+Green+Blue) = 121+44+29=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #792C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792C1D is #86D3E2. Grayscale: #414141. Windows color (decimal): -8836067 or 1911929. OLE color: 1911929.

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

Color convert

RGB1214429-
CMYK00.640.760.53
HSL9.78º61.33%29.41%-
HSV(B)9.78º76.03%47.45%-
XYZ9.015.961.84-
YUV65.31107.51167.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=62.37%
G=22.68%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121442900.640.760.539.7861.3329.41
Hex792C1D0404C35a3d1d
Octal1715435010011465127535
Binary111100110110011101010000001001100110101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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