#712B1F

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

Shades of Pueblo #712B1F

Tints of Pueblo #712B1F

Color information

#712B1F (or 0x712B1F) is unknown color: approx Pueblo. HEX triplet: 71, 2B and 1F. RGB value is (113,43,31). Sum of RGB (Red+Green+Blue) = 113+43+31=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B1F is #8ED4E0. Grayscale: #3E3E3E. Windows color (decimal): -9360609 or 2042737. OLE color: 2042737.

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

Color convert

RGB1134331-
CMYK00.620.730.56
HSL8.78º56.94%28.24%-
HSV(B)8.78º72.57%44.31%-
XYZ7.925.341.91-
YUV62.56110.19163.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=60.43%
G=22.99%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113433100.620.730.568.7856.9428.24
Hex712B1F03E49389391c
Octal161533707611170117134
Binary11100011010111111101111101001001111000100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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