#712C1F

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

Shades of Pueblo #712C1F

Tints of Pueblo #712C1F

Color information

#712C1F (or 0x712C1F) is unknown color: approx Pueblo. HEX triplet: 71, 2C and 1F. RGB value is (113,44,31). Sum of RGB (Red+Green+Blue) = 113+44+31=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C1F is #8ED3E0. Grayscale: #3F3F3F. Windows color (decimal): -9360353 or 2042993. OLE color: 2042993.

HSL color Cylindrical-coordinate representation of color #712C1F: hue angle of 9.51º 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 #712C1F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1134431-
CMYK00.610.730.56
HSL9.51º56.94%28.24%-
HSV(B)9.51º72.57%44.31%-
XYZ7.965.411.92-
YUV63.15109.86163.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.11%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=60.11%
G=23.40%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113443100.610.730.569.5156.9428.24
Hex712C1F03D4938a391c
Octal161543707511170127134
Binary11100011011001111101111011001001111000101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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