#70321E

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

Shades of Pueblo #70321E

Tints of Pueblo #70321E

Color information

#70321E (or 0x70321E) is unknown color: approx Pueblo. HEX triplet: 70, 32 and 1E. RGB value is (112,50,30). Sum of RGB (Red+Green+Blue) = 112+50+30=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70321E is #8FCDE1. Grayscale: #424242. Windows color (decimal): -9424354 or 1978992. OLE color: 1978992.

HSL color Cylindrical-coordinate representation of color #70321E: hue angle of 14.63º degrees, saturation: 0.58, 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 #70321E is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1125030-
CMYK00.550.730.56
HSL14.63º57.75%27.84%-
HSV(B)14.63º73.21%43.92%-
XYZ8.065.821.93-
YUV66.26107.54160.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=58.33%
G=26.04%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112503000.550.730.5614.6357.7527.84
Hex70321E0374938f3a1c
Octal160623606711170177234
Binary11100001100101111001101111001001111000111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70321E; }

 p { color: rgb(112,50,30); }

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

<style>
 a { background-color: #70321E; }

 a { background-color: rgb(112,50,30); }

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

<style>
 span { border-color: #70321E; }

 span { border-color: rgb(112,50,30); }

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