#70291B

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

Shades of Pueblo #70291B

Tints of Pueblo #70291B

Color information

#70291B (or 0x70291B) is unknown color: approx Pueblo. HEX triplet: 70, 29 and 1B. RGB value is (112,41,27). Sum of RGB (Red+Green+Blue) = 112+41+27=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70291B is #8FD6E4. Grayscale: #3C3C3C. Windows color (decimal): -9426661 or 1780080. OLE color: 1780080.

HSL color Cylindrical-coordinate representation of color #70291B: hue angle of 9.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70291B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1124127-
CMYK00.630.760.56
HSL9.88º61.15%27.25%-
HSV(B)9.88º75.89%43.92%-
XYZ7.675.111.62-
YUV60.63109.02164.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 27 (10.94% from 255) = 15%
R=62.22%
G=22.78%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112412700.630.760.569.8861.1527.25
Hex70291B03F4C38a3d1b
Octal160513307711470127533
Binary11100001010011101101111111001100111000101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70291B; }

 p { color: rgb(112,41,27); }

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

<style>
 a { background-color: #70291B; }

 a { background-color: rgb(112,41,27); }

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

<style>
 span { border-color: #70291B; }

 span { border-color: rgb(112,41,27); }

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