#70311f

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

Shades of Pueblo #70311F

Tints of Pueblo #70311F

Color information

#70311F (or 0x70311F) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 1F. RGB value is (112,49,31). Sum of RGB (Red+Green+Blue) = 112+49+31=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70311F is #8FCEE0. Grayscale: #414141. Windows color (decimal): -9424609 or 2044272. OLE color: 2044272.

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

Color convert

RGB1124931-
CMYK00.560.720.56
HSL13.33º56.64%28.04%-
HSV(B)13.33º72.32%43.92%-
XYZ8.035.741.98-
YUV65.78108.37160.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=58.33%
G=25.52%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112493100.560.720.5613.3356.6428.04
Hex70311F0384838d391c
Octal160613707011070157134
Binary11100001100011111101110001001000111000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70311f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70311f; }

 p { color: rgb(112,49,31); }

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

<style>
 a { background-color: #70311f; }

 a { background-color: rgb(112,49,31); }

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

<style>
 span { border-color: #70311f; }

 span { border-color: rgb(112,49,31); }

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