#792D1D

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

Shades of Pueblo #792D1D

Tints of Pueblo #792D1D

Color information

#792D1D (or 0x792D1D) is unknown color: approx Pueblo. HEX triplet: 79, 2D and 1D. RGB value is (121,45,29). Sum of RGB (Red+Green+Blue) = 121+45+29=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #792D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D1D is #86D2E2. Grayscale: #424242. Windows color (decimal): -8835811 or 1912185. OLE color: 1912185.

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

Color convert

RGB1214529-
CMYK00.630.760.53
HSL10.43º61.33%29.41%-
HSV(B)10.43º76.03%47.45%-
XYZ9.056.031.85-
YUV65.9107.18167.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.05%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=62.05%
G=23.08%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121452900.630.760.5310.4361.3329.41
Hex792D1D03F4C35a3d1d
Octal171553507711465127535
Binary11110011011011110101111111001100110101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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