#712919

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

Shades of Pueblo #712919

Tints of Pueblo #712919

Color information

#712919 (or 0x712919) is unknown color: approx Pueblo. HEX triplet: 71, 29 and 19. RGB value is (113,41,25). Sum of RGB (Red+Green+Blue) = 113+41+25=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #712919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712919 is #8ED6E6. Grayscale: #3C3C3C. Windows color (decimal): -9361127 or 1649009. OLE color: 1649009.

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

Color convert

RGB1134125-
CMYK00.640.780.56
HSL10.91º63.77%27.06%-
HSV(B)10.91º77.88%44.31%-
XYZ7.785.171.51-
YUV60.7107.85165.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.13%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=63.13%
G=22.91%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113412500.640.780.5610.9163.7727.06
Hex7129190404E38b401b
Octal16151310100116701310033
Binary1110001101001110010100000010011101110001011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712919; }

 p { color: rgb(113,41,25); }

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

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

 a { background-color: rgb(113,41,25); }

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

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

 span { border-color: rgb(113,41,25); }

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