Html Css Color HEX #71291D Pueblo

📋 copy color: '#71291D'

red 113 ◦ green 41 ◦ blue 29

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

Shades of Pueblo #71291D

Tints of Pueblo #71291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 61.75%
G = 22.4%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71291D (or 0x71291D) is known color: Pueblo. HEX triplet: 71, 29 and 1D. RGB value is (113,41,29). Sum of RGB (Red+Green+Blue) = 113+41+29=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #71291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71291D is #8ED6E2. Grayscale: #3D3D3D. Windows color (decimal): -9361123 or 1911153. OLE color: 1911153.

HSL color Cylindrical-coordinate representation of color #71291D: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71291D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 29 -
CMYK 0 0.64 0.74 0.56
HSL 8.57º 0.59% 0.28% -
HSV(B) 8.57º 0.74% 0.44% -
XYZ 7.82 5.19 1.75 -
YUV 61.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 113 41 29 0 0.64 0.74 0.56 8.57 0.59 0.28
Hex 71 29 1D 0 40 4A 38 9 3B 1C
Octal 161 51 35 0 100 112 70 11 73 34
Binary 1110001 101001 11101 0 1000000 1001010 111000 1001 111011 11100

Color Harmonies of #71291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71291D

Black with #71291D

Text Example


Text Example

White with #71291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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