#70321F

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

Shades of Pueblo #70321F

Tints of Pueblo #70321F

Color information

#70321F (or 0x70321F) is unknown color: approx Pueblo. HEX triplet: 70, 32 and 1F. RGB value is (112,50,31). Sum of RGB (Red+Green+Blue) = 112+50+31=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70321F is #8FCDE0. Grayscale: #424242. Windows color (decimal): -9424353 or 2044528. OLE color: 2044528.

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

Color convert

RGB1125031-
CMYK00.550.720.56
HSL14.07º56.64%28.04%-
HSV(B)14.07º72.32%43.92%-
XYZ8.075.822-
YUV66.37108.04160.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=58.03%
G=25.91%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112503100.550.720.5614.0756.6428.04
Hex70321F0374838e391c
Octal160623706711070167134
Binary11100001100101111101101111001000111000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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