Html Css Color HEX #71311A Pueblo

📋 copy color: '#71311A'

red 113 ◦ green 49 ◦ blue 26

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

Shades of Pueblo #71311A

Tints of Pueblo #71311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 60.11%
G = 26.06%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71311A (or 0x71311A) is known color: Pueblo. HEX triplet: 71, 31 and 1A. RGB value is (113,49,26). Sum of RGB (Red+Green+Blue) = 113+49+26=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71311A is #8ECEE5. Grayscale: #414141. Windows color (decimal): -9359078 or 1716593. OLE color: 1716593.

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

Color convert

RGB 113 49 26 -
CMYK 0 0.57 0.77 0.56
HSL 15.86º 0.63% 0.27% -
HSV(B) 15.86º 0.77% 0.44% -
XYZ 8.09 5.78 1.67 -
YUV 65.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 113 49 26 0 0.57 0.77 0.56 15.86 0.63 0.27
Hex 71 31 1A 0 39 4D 38 10 3F 1B
Octal 161 61 32 0 71 115 70 20 77 33
Binary 1110001 110001 11010 0 111001 1001101 111000 10000 111111 11011

Color Harmonies of #71311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71311A

Black with #71311A

Text Example


Text Example

White with #71311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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