#70311D

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

Shades of Pueblo #70311D

Tints of Pueblo #70311D

Color information

#70311D (or 0x70311D) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 1D. RGB value is (112,49,29). Sum of RGB (Red+Green+Blue) = 112+49+29=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70311D is #8FCEE2. Grayscale: #414141. Windows color (decimal): -9424611 or 1913200. OLE color: 1913200.

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

Color convert

RGB1124929-
CMYK00.560.740.56
HSL14.46º58.87%27.65%-
HSV(B)14.46º74.11%43.92%-
XYZ85.731.85-
YUV65.56107.37161.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=58.95%
G=25.79%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112492900.560.740.5614.4658.8727.65
Hex70311D0384A38e3b1c
Octal160613507011270167334
Binary11100001100011110101110001001010111000111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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