#713329

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

Shades of Pueblo #713329

Tints of Pueblo #713329

Color information

#713329 (or 0x713329) is unknown color: approx Pueblo. HEX triplet: 71, 33 and 29. RGB value is (113,51,41). Sum of RGB (Red+Green+Blue) = 113+51+41=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713329 is #8ECCD6. Grayscale: #444444. Windows color (decimal): -9358551 or 2700145. OLE color: 2700145.

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

Color convert

RGB1135141-
CMYK00.550.640.56
HSL8.33º46.75%30.2%-
HSV(B)8.33º63.72%44.31%-
XYZ8.396.042.82-
YUV68.4112.54159.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 41 (16.41% from 255) = 20%
R=55.12%
G=24.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113514100.550.640.568.3346.7530.2
Hex713329037403882f1e
Octal161635106710070105736
Binary111000111001110100101101111000000111000100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713329; }

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

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

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

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

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

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

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

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