Html Css Color HEX #70311E Pueblo

📋 copy color: '#70311E'

red 112 ◦ green 49 ◦ blue 30

#70311E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #70311E

Tints of Pueblo #70311E

RGB

 RED value IS 112 (44.14% from 255) = 58.64%

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 58.64%
G = 25.65%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70311E (or 0x70311E) is known color: Pueblo. HEX triplet: 70, 31 and 1E. RGB value is (112,49,30). Sum of RGB (Red+Green+Blue) = 112+49+30=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70311E is #8FCEE1. Grayscale: #414141. Windows color (decimal): -9424610 or 1978736. OLE color: 1978736.

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

Color convert

RGB 112 49 30 -
CMYK 0 0.56 0.73 0.56
HSL 13.9º 0.58% 0.28% -
HSV(B) 13.9º 0.73% 0.44% -
XYZ 8.01 5.74 1.91 -
YUV 65.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 112 49 30 0 0.56 0.73 0.56 13.9 0.58 0.28
Hex 70 31 1E 0 38 49 38 E 3A 1C
Octal 160 61 36 0 70 111 70 16 72 34
Binary 1110000 110001 11110 0 111000 1001001 111000 1110 111010 11100

Color Harmonies of #70311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70311E

Black with #70311E

Text Example


Text Example

White with #70311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70311E;
 }
 .AnyTagClassName
 {
   color: #70311E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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