#713125

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

Shades of Pueblo #713125

Tints of Pueblo #713125

Color information

#713125 (or 0x713125) is unknown color: approx Pueblo. HEX triplet: 71, 31 and 25. RGB value is (113,49,37). Sum of RGB (Red+Green+Blue) = 113+49+37=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713125 is #8ECEDA. Grayscale: #424242. Windows color (decimal): -9359067 or 2437489. OLE color: 2437489.

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

Color convert

RGB1134937-
CMYK00.570.670.56
HSL9.47º50.67%29.41%-
HSV(B)9.47º67.26%44.31%-
XYZ8.245.842.44-
YUV66.77111.2160.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=56.78%
G=24.62%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113493700.570.670.569.4750.6729.41
Hex71312503943389331d
Octal161614507110370116335
Binary111000111000110010101110011000011111000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713125; }

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

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

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

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

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

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

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

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