Html Css Color HEX #71311E Pueblo

📋 copy color: '#71311E'

red 113 ◦ green 49 ◦ blue 30

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

Shades of Pueblo #71311E

Tints of Pueblo #71311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.52%

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 58.85%
G = 25.52%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71311E (or 0x71311E) is known color: Pueblo. HEX triplet: 71, 31 and 1E. RGB value is (113,49,30). Sum of RGB (Red+Green+Blue) = 113+49+30=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71311E is #8ECEE1. Grayscale: #424242. Windows color (decimal): -9359074 or 1978737. OLE color: 1978737.

HSL color Cylindrical-coordinate representation of color #71311E: hue angle of 13.73º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71311E is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 30 -
CMYK 0 0.57 0.73 0.56
HSL 13.73º 0.58% 0.28% -
HSV(B) 13.73º 0.73% 0.44% -
XYZ 8.14 5.8 1.92 -
YUV 65.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 113 49 30 0 0.57 0.73 0.56 13.73 0.58 0.28
Hex 71 31 1E 0 39 49 38 E 3A 1C
Octal 161 61 36 0 71 111 70 16 72 34
Binary 1110001 110001 11110 0 111001 1001001 111000 1110 111010 11100

Color Harmonies of #71311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71311E

Black with #71311E

Text Example


Text Example

White with #71311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71311E; }

 p { color: rgb(113,49,30); }

 H1.HeaderClassName
 {
   color: #71311E;
 }
 .AnyTagClassName
 {
   color: #71311E;
 }
</style>

background-color css

<style>
 a { background-color: #71311E; }

 a { background-color: rgb(113,49,30); }

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

border-color css

<style>
 span { border-color: #71311E; }

 span { border-color: rgb(113,49,30); }

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