Html Css Color HEX #70311B Pueblo

📋 copy color: '#70311B'

red 112 ◦ green 49 ◦ blue 27

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

Shades of Pueblo #70311B

Tints of Pueblo #70311B

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 value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70311B (or 0x70311B) is known color: 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

RGB 112 49 27 -
CMYK 0 0.56 0.76 0.56
HSL 15.53º 0.61% 0.27% -
HSV(B) 15.53º 0.76% 0.44% -
XYZ 7.98 5.72 1.72 -
YUV 65.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 112 49 27 0 0.56 0.76 0.56 15.53 0.61 0.27
Hex 70 31 1B 0 38 4C 38 10 3D 1B
Octal 160 61 33 0 70 114 70 20 75 33
Binary 1110000 110001 11011 0 111000 1001100 111000 10000 111101 11011

Color Harmonies of #70311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70311B

Black with #70311B

Text Example


Text Example

White with #70311B

Text Example


Text Example

HTML Codes & Css Web 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>