#72251B

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

Shades of Pueblo #72251B

Tints of Pueblo #72251B

Color information

#72251B (or 0x72251B) is unknown color: approx Pueblo. HEX triplet: 72, 25 and 1B. RGB value is (114,37,27). Sum of RGB (Red+Green+Blue) = 114+37+27=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72251B is #8DDAE4. Grayscale: #3A3A3A. Windows color (decimal): -9296613 or 1779058. OLE color: 1779058.

HSL color Cylindrical-coordinate representation of color #72251B: hue angle of 6.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72251B is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1143727-
CMYK00.680.760.55
HSL6.9º61.7%27.65%-
HSV(B)6.9º76.32%44.71%-
XYZ7.84.981.59-
YUV58.88110.01167.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=64.04%
G=20.79%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114372700.680.760.556.961.727.65
Hex72251B0444C3773e1c
Octal162453301041146777634
Binary11100101001011101101000100100110011011111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72251B; }

 p { color: rgb(114,37,27); }

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

<style>
 a { background-color: #72251B; }

 a { background-color: rgb(114,37,27); }

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

<style>
 span { border-color: #72251B; }

 span { border-color: rgb(114,37,27); }

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