#70311B

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

Shades of Pueblo #70311B

Tints of Pueblo #70311B

Color information

#70311B (or 0x70311B) is unknown color: approx Pueblo. HEX triplet: 70, 31 and 1B. RGB value is (112,49,27). Sum of RGB (Red+Green+Blue) = 112+49+27=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70311B is #8FCEE4. Grayscale: #414141. Windows color (decimal): -9424613 or 1782128. OLE color: 1782128.

HSL color Cylindrical-coordinate representation of color #70311B: hue angle of 15.53º 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 #70311B is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1124927-
CMYK00.560.760.56
HSL15.53º61.15%27.25%-
HSV(B)15.53º75.89%43.92%-
XYZ7.985.721.72-
YUV65.33106.37161.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=59.57%
G=26.06%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112492700.560.760.5615.5361.1527.25
Hex70311B0384C38103d1b
Octal160613307011470207533
Binary111000011000111011011100010011001110001000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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