#712A1F

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

Shades of Pueblo #712A1F

Tints of Pueblo #712A1F

Color information

#712A1F (or 0x712A1F) is unknown color: approx Pueblo. HEX triplet: 71, 2A and 1F. RGB value is (113,42,31). Sum of RGB (Red+Green+Blue) = 113+42+31=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A1F is #8ED5E0. Grayscale: #3E3E3E. Windows color (decimal): -9360865 or 2042481. OLE color: 2042481.

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

Color convert

RGB1134231-
CMYK00.630.730.56
HSL8.05º56.94%28.24%-
HSV(B)8.05º72.57%44.31%-
XYZ7.895.271.9-
YUV61.98110.52164.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=60.75%
G=22.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113423100.630.730.568.0556.9428.24
Hex712A1F03F49388391c
Octal161523707711170107134
Binary11100011010101111101111111001001111000100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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