Html Css Color HEX #71291B Pueblo

📋 copy color: '#71291B'

red 113 ◦ green 41 ◦ blue 27

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

Shades of Pueblo #71291B

Tints of Pueblo #71291B

RGB

 RED value IS 113 (44.53% from 255) = 62.43%

 GREEN value IS 41 (16.41% from 255) = 22.65%

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

R = 62.43%
G = 22.65%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71291B (or 0x71291B) is known color: Pueblo. HEX triplet: 71, 29 and 1B. RGB value is (113,41,27). Sum of RGB (Red+Green+Blue) = 113+41+27=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71291B is #8ED6E4. Grayscale: #3D3D3D. Windows color (decimal): -9361125 or 1780081. OLE color: 1780081.

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

Color convert

RGB 113 41 27 -
CMYK 0 0.64 0.76 0.56
HSL 9.77º 0.61% 0.27% -
HSV(B) 9.77º 0.76% 0.44% -
XYZ 7.8 5.18 1.62 -
YUV 60.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 113 41 27 0 0.64 0.76 0.56 9.77 0.61 0.27
Hex 71 29 1B 0 40 4C 38 A 3D 1B
Octal 161 51 33 0 100 114 70 12 75 33
Binary 1110001 101001 11011 0 1000000 1001100 111000 1010 111101 11011

Color Harmonies of #71291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71291B

Black with #71291B

Text Example


Text Example

White with #71291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,41,27); }

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

background-color css

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

 a { background-color: rgb(113,41,27); }

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

border-color css

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

 span { border-color: rgb(113,41,27); }

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