#722A21

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

Shades of Pueblo #722A21

Tints of Pueblo #722A21

Color information

#722A21 (or 0x722A21) is unknown color: approx Pueblo. HEX triplet: 72, 2A and 21. RGB value is (114,42,33). Sum of RGB (Red+Green+Blue) = 114+42+33=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #722A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A21 is #8DD5DE. Grayscale: #3E3E3E. Windows color (decimal): -9295327 or 2173554. OLE color: 2173554.

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

Color convert

RGB1144233-
CMYK00.630.710.55
HSL6.67º55.1%28.82%-
HSV(B)6.67º71.05%44.71%-
XYZ8.045.342.05-
YUV62.5111.35164.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=60.32%
G=22.22%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114423300.630.710.556.6755.128.82
Hex722A2103F47377371d
Octal16252410771076776735
Binary11100101010101000010111111100011111011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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