#722A1A

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

Shades of Pueblo #722A1A

Tints of Pueblo #722A1A

Color information

#722A1A (or 0x722A1A) is unknown color: approx Pueblo. HEX triplet: 72, 2A and 1A. RGB value is (114,42,26). Sum of RGB (Red+Green+Blue) = 114+42+26=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A1A is #8DD5E5. Grayscale: #3D3D3D. Windows color (decimal): -9295334 or 1714802. OLE color: 1714802.

HSL color Cylindrical-coordinate representation of color #722A1A: hue angle of 10.91º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #722A1A is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1144226-
CMYK00.630.770.55
HSL10.91º62.86%27.45%-
HSV(B)10.91º77.19%44.71%-
XYZ7.955.311.58-
YUV61.7107.85165.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=62.64%
G=23.08%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114422600.630.770.5510.9162.8627.45
Hex722A1A03F4D37b3f1b
Octal162523207711567137733
Binary11100101010101101001111111001101110111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722A1A; }

 p { color: rgb(114,42,26); }

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

<style>
 a { background-color: #722A1A; }

 a { background-color: rgb(114,42,26); }

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

<style>
 span { border-color: #722A1A; }

 span { border-color: rgb(114,42,26); }

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