#713127

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

Shades of Pueblo #713127

Tints of Pueblo #713127

Color information

#713127 (or 0x713127) is unknown color: approx Pueblo. HEX triplet: 71, 31 and 27. RGB value is (113,49,39). Sum of RGB (Red+Green+Blue) = 113+49+39=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #713127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713127 is #8ECED8. Grayscale: #434343. Windows color (decimal): -9359065 or 2568561. OLE color: 2568561.

HSL color Cylindrical-coordinate representation of color #713127: hue angle of 8.11º degrees, saturation: 0.49, 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 #713127 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1134939-
CMYK00.570.650.56
HSL8.11º48.68%29.8%-
HSV(B)8.11º65.49%44.31%-
XYZ8.275.852.61-
YUV67112.2160.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=56.22%
G=24.38%
B=19.40%

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
Decimal113493900.570.650.568.1148.6829.8
Hex71312703941388311e
Octal161614707110170106136
Binary111000111000110011101110011000001111000100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713127; }

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

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

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

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

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

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

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

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