#72260E

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

Shades of Pueblo #72260E

Tints of Pueblo #72260E

Color information

#72260E (or 0x72260E) is unknown color: approx Pueblo. HEX triplet: 72, 26 and 0E. RGB value is (114,38,14). Sum of RGB (Red+Green+Blue) = 114+38+14=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72260E is #8DD9F1. Grayscale: #3A3A3A. Windows color (decimal): -9296370 or 927346. OLE color: 927346.

HSL color Cylindrical-coordinate representation of color #72260E: hue angle of 14.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72260E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1143814-
CMYK00.670.880.55
HSL14.4º78.12%25.1%-
HSV(B)14.4º87.72%44.71%-
XYZ7.7150.97-
YUV57.99103.18167.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=68.67%
G=22.89%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114381400.670.880.5514.478.1225.1
Hex7226E0435837e4e19
Octal16246160103130671611631
Binary111001010011011100100001110110001101111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72260E; }

 p { color: rgb(114,38,14); }

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

<style>
 a { background-color: #72260E; }

 a { background-color: rgb(114,38,14); }

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

<style>
 span { border-color: #72260E; }

 span { border-color: rgb(114,38,14); }

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