#72311C

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

Shades of Pueblo #72311C

Tints of Pueblo #72311C

Color information

#72311C (or 0x72311C) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 1C. RGB value is (114,49,28). Sum of RGB (Red+Green+Blue) = 114+49+28=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72311C is #8DCEE3. Grayscale: #424242. Windows color (decimal): -9293540 or 1847666. OLE color: 1847666.

HSL color Cylindrical-coordinate representation of color #72311C: hue angle of 14.65º degrees, saturation: 0.61, 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 #72311C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1144928-
CMYK00.570.750.55
HSL14.65º60.56%27.84%-
HSV(B)14.65º75.44%44.71%-
XYZ8.255.861.79-
YUV66.04106.53162.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=59.69%
G=25.65%
B=14.66%

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
Decimal114492800.570.750.5514.6560.5627.84
Hex72311C0394B37f3d1c
Octal162613407111367177534
Binary11100101100011110001110011001011110111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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