#722419

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

Shades of Pueblo #722419

Tints of Pueblo #722419

Color information

#722419 (or 0x722419) is unknown color: approx Pueblo. HEX triplet: 72, 24 and 19. RGB value is (114,36,25). Sum of RGB (Red+Green+Blue) = 114+36+25=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722419 is #8DDBE6. Grayscale: #3A3A3A. Windows color (decimal): -9296871 or 1647730. OLE color: 1647730.

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

Color convert

RGB1143625-
CMYK00.680.780.55
HSL7.42º64.03%27.25%-
HSV(B)7.42º78.07%44.71%-
XYZ7.754.911.46-
YUV58.07109.34167.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=65.14%
G=20.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114362500.680.780.557.4264.0327.25
Hex7224190444E377401b
Octal1624431010411667710033
Binary111001010010011001010001001001110110111111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722419; }

 p { color: rgb(114,36,25); }

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

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

 a { background-color: rgb(114,36,25); }

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

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

 span { border-color: rgb(114,36,25); }

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