#712713

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

Shades of Pueblo #712713

Tints of Pueblo #712713

Color information

#712713 (or 0x712713) is unknown color: approx Pueblo. HEX triplet: 71, 27 and 13. RGB value is (113,39,19). Sum of RGB (Red+Green+Blue) = 113+39+19=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712713 is #8ED8EC. Grayscale: #3B3B3B. Windows color (decimal): -9361645 or 1255281. OLE color: 1255281.

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

Color convert

RGB1133919-
CMYK00.650.830.56
HSL12.77º71.21%25.88%-
HSV(B)12.77º83.19%44.31%-
XYZ7.655.011.18-
YUV58.85105.52166.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=66.08%
G=22.81%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113391900.650.830.5612.7771.2125.88
Hex7127130415338d471a
Octal16147230101123701510732
Binary1110001100111100110100000110100111110001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712713; }

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

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

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

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

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

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

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

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