#72311D

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

Shades of Pueblo #72311D

Tints of Pueblo #72311D

Color information

#72311D (or 0x72311D) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 1D. RGB value is (114,49,29). Sum of RGB (Red+Green+Blue) = 114+49+29=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72311D is #8DCEE2. Grayscale: #424242. Windows color (decimal): -9293539 or 1913202. OLE color: 1913202.

HSL color Cylindrical-coordinate representation of color #72311D: hue angle of 14.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72311D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1144929-
CMYK00.570.750.55
HSL14.12º59.44%28.04%-
HSV(B)14.12º74.56%44.71%-
XYZ8.265.861.86-
YUV66.16107.03162.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=59.38%
G=25.52%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114492900.570.750.5514.1259.4428.04
Hex72311D0394B37e3b1c
Octal162613507111367167334
Binary11100101100011110101110011001011110111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72311D; }

 p { color: rgb(114,49,29); }

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

<style>
 a { background-color: #72311D; }

 a { background-color: rgb(114,49,29); }

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

<style>
 span { border-color: #72311D; }

 span { border-color: rgb(114,49,29); }

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