#713128

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

Shades of Pueblo #713128

Tints of Pueblo #713128

Color information

#713128 (or 0x713128) is unknown color: approx Pueblo. HEX triplet: 71, 31 and 28. RGB value is (113,49,40). Sum of RGB (Red+Green+Blue) = 113+49+40=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713128 is #8ECED7. Grayscale: #434343. Windows color (decimal): -9359064 or 2634097. OLE color: 2634097.

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

Color convert

RGB1134940-
CMYK00.570.650.56
HSL7.4º47.71%30%-
HSV(B)7.4º64.6%44.31%-
XYZ8.295.862.7-
YUV67.11112.7160.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=55.94%
G=24.26%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113494000.570.650.567.447.7130
Hex71312803941387301e
Octal16161500711017076036
Binary11100011100011010000111001100000111100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713128; }

 p { color: rgb(113,49,40); }

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

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

 a { background-color: rgb(113,49,40); }

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

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

 span { border-color: rgb(113,49,40); }

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