#72291e

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

Shades of Pueblo #72291E

Tints of Pueblo #72291E

Color information

#72291E (or 0x72291E) is unknown color: approx Pueblo. HEX triplet: 72, 29 and 1E. RGB value is (114,41,30). Sum of RGB (Red+Green+Blue) = 114+41+30=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #72291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72291E is #8DD6E1. Grayscale: #3D3D3D. Windows color (decimal): -9295586 or 1976690. OLE color: 1976690.

HSL color Cylindrical-coordinate representation of color #72291E: hue angle of 7.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72291E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1144130-
CMYK00.640.740.55
HSL7.86º58.33%28.24%-
HSV(B)7.86º73.68%44.71%-
XYZ7.975.261.82-
YUV61.57110.18165.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=61.62%
G=22.16%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114413000.640.740.557.8658.3328.24
Hex72291E0404A3783a1c
Octal1625136010011267107234
Binary111001010100111110010000001001010110111100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72291e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72291e; }

 p { color: rgb(114,41,30); }

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

<style>
 a { background-color: #72291e; }

 a { background-color: rgb(114,41,30); }

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

<style>
 span { border-color: #72291e; }

 span { border-color: rgb(114,41,30); }

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