#72290F

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

Shades of Pueblo #72290F

Tints of Pueblo #72290F

Color information

#72290F (or 0x72290F) is unknown color: approx Pueblo. HEX triplet: 72, 29 and 0F. RGB value is (114,41,15). Sum of RGB (Red+Green+Blue) = 114+41+15=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #72290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72290F is #8DD6F0. Grayscale: #3C3C3C. Windows color (decimal): -9295601 or 993650. OLE color: 993650.

HSL color Cylindrical-coordinate representation of color #72290F: hue angle of 15.76º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72290F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1144115-
CMYK00.640.870.55
HSL15.76º76.74%25.29%-
HSV(B)15.76º86.84%44.71%-
XYZ7.825.21.04-
YUV59.86102.68166.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.06%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=67.06%
G=24.12%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114411500.640.870.5515.7676.7425.29
Hex7229F0405737104d19
Octal16251170100127672011531
Binary1110010101001111101000000101011111011110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72290F; }

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

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

<style>
 a { background-color: #72290F; }

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

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

<style>
 span { border-color: #72290F; }

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

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