Html Css Color HEX #70271F Pueblo

📋 copy color: '#70271F'

red 112 ◦ green 39 ◦ blue 31

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

Shades of Pueblo #70271F

Tints of Pueblo #70271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

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

R = 61.54%
G = 21.43%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70271F (or 0x70271F) is known color: Pueblo. HEX triplet: 70, 27 and 1F. RGB value is (112,39,31). Sum of RGB (Red+Green+Blue) = 112+39+31=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70271F is #8FD8E0. Grayscale: #3C3C3C. Windows color (decimal): -9427169 or 2041712. OLE color: 2041712.

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

Color convert

RGB 112 39 31 -
CMYK 0 0.65 0.72 0.56
HSL 5.93º 0.57% 0.28% -
HSV(B) 5.93º 0.72% 0.44% -
XYZ 7.65 4.99 1.86 -
YUV 59.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 112 39 31 0 0.65 0.72 0.56 5.93 0.57 0.28
Hex 70 27 1F 0 41 48 38 6 39 1C
Octal 160 47 37 0 101 110 70 6 71 34
Binary 1110000 100111 11111 0 1000001 1001000 111000 110 111001 11100

Color Harmonies of #70271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70271F

Black with #70271F

Text Example


Text Example

White with #70271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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