Html Css Color HEX #70311F Pueblo

📋 copy color: '#70311F'

red 112 ◦ green 49 ◦ blue 31

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

Shades of Pueblo #70311F

Tints of Pueblo #70311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 58.33%
G = 25.52%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70311F (or 0x70311F) is known color: Pueblo. HEX triplet: 70, 31 and 1F. RGB value is (112,49,31). Sum of RGB (Red+Green+Blue) = 112+49+31=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70311F is #8FCEE0. Grayscale: #414141. Windows color (decimal): -9424609 or 2044272. OLE color: 2044272.

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

Color convert

RGB 112 49 31 -
CMYK 0 0.56 0.72 0.56
HSL 13.33º 0.57% 0.28% -
HSV(B) 13.33º 0.72% 0.44% -
XYZ 8.03 5.74 1.98 -
YUV 65.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 112 49 31 0 0.56 0.72 0.56 13.33 0.57 0.28
Hex 70 31 1F 0 38 48 38 D 39 1C
Octal 160 61 37 0 70 110 70 15 71 34
Binary 1110000 110001 11111 0 111000 1001000 111000 1101 111001 11100

Color Harmonies of #70311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70311F

Black with #70311F

Text Example


Text Example

White with #70311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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