Html Css Color HEX #70271B Pueblo

📋 copy color: '#70271B'

red 112 ◦ green 39 ◦ blue 27

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

Shades of Pueblo #70271B

Tints of Pueblo #70271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 62.92%
G = 21.91%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70271B (or 0x70271B) is known color: Pueblo. HEX triplet: 70, 27 and 1B. RGB value is (112,39,27). Sum of RGB (Red+Green+Blue) = 112+39+27=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70271B is #8FD8E4. Grayscale: #3B3B3B. Windows color (decimal): -9427173 or 1779568. OLE color: 1779568.

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

Color convert

RGB 112 39 27 -
CMYK 0 0.65 0.76 0.56
HSL 8.47º 0.61% 0.27% -
HSV(B) 8.47º 0.76% 0.44% -
XYZ 7.61 4.97 1.6 -
YUV 59.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 112 39 27 0 0.65 0.76 0.56 8.47 0.61 0.27
Hex 70 27 1B 0 41 4C 38 8 3D 1B
Octal 160 47 33 0 101 114 70 10 75 33
Binary 1110000 100111 11011 0 1000001 1001100 111000 1000 111101 11011

Color Harmonies of #70271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70271B

Black with #70271B

Text Example


Text Example

White with #70271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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