Html Css Color HEX #71260E Pueblo

📋 copy color: '#71260E'

red 113 ◦ green 38 ◦ blue 14

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

Shades of Pueblo #71260E

Tints of Pueblo #71260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 68.48%
G = 23.03%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71260E (or 0x71260E) is known color: Pueblo. HEX triplet: 71, 26 and 0E. RGB value is (113,38,14). Sum of RGB (Red+Green+Blue) = 113+38+14=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71260E is #8ED9F1. Grayscale: #393939. Windows color (decimal): -9361906 or 927345. OLE color: 927345.

HSL color Cylindrical-coordinate representation of color #71260E: hue angle of 14.55º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71260E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 14 -
CMYK 0 0.66 0.88 0.56
HSL 14.55º 0.78% 0.25% -
HSV(B) 14.55º 0.88% 0.44% -
XYZ 7.58 4.93 0.97 -
YUV 57.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 113 38 14 0 0.66 0.88 0.56 14.55 0.78 0.25
Hex 71 26 E 0 42 58 38 F 4E 19
Octal 161 46 16 0 102 130 70 17 116 31
Binary 1110001 100110 1110 0 1000010 1011000 111000 1111 1001110 11001

Color Harmonies of #71260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71260E

Black with #71260E

Text Example


Text Example

White with #71260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,38,14); }

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

background-color css

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

 a { background-color: rgb(113,38,14); }

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

border-color css

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

 span { border-color: rgb(113,38,14); }

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