#712E1F

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

Shades of Pueblo #712E1F

Tints of Pueblo #712E1F

Color information

#712E1F (or 0x712E1F) is unknown color: approx Pueblo. HEX triplet: 71, 2E and 1F. RGB value is (113,46,31). Sum of RGB (Red+Green+Blue) = 113+46+31=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E1F is #8ED1E0. Grayscale: #404040. Windows color (decimal): -9359841 or 2043505. OLE color: 2043505.

HSL color Cylindrical-coordinate representation of color #712E1F: hue angle of 10.98º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712E1F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1134631-
CMYK00.590.730.56
HSL10.98º56.94%28.24%-
HSV(B)10.98º72.57%44.31%-
XYZ8.035.561.95-
YUV64.32109.2162.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=59.47%
G=24.21%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113463100.590.730.5610.9856.9428.24
Hex712E1F03B4938b391c
Octal161563707311170137134
Binary11100011011101111101110111001001111000101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E1F; }

 p { color: rgb(113,46,31); }

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

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

 a { background-color: rgb(113,46,31); }

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

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

 span { border-color: rgb(113,46,31); }

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