#712B1C

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

Shades of Pueblo #712B1C

Tints of Pueblo #712B1C

Color information

#712B1C (or 0x712B1C) is unknown color: approx Pueblo. HEX triplet: 71, 2B and 1C. RGB value is (113,43,28). Sum of RGB (Red+Green+Blue) = 113+43+28=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B1C is #8ED4E3. Grayscale: #3E3E3E. Windows color (decimal): -9360612 or 1846129. OLE color: 1846129.

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

Color convert

RGB1134328-
CMYK00.620.750.56
HSL10.59º60.28%27.65%-
HSV(B)10.59º75.22%44.31%-
XYZ7.885.321.71-
YUV62.22108.69164.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=61.41%
G=23.37%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113432800.620.750.5610.5960.2827.65
Hex712B1C03E4B38b3c1c
Octal161533407611370137434
Binary11100011010111110001111101001011111000101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,43,28); }

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

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

 a { background-color: rgb(113,43,28); }

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

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

 span { border-color: rgb(113,43,28); }

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