Html Css Color HEX #71270E Pueblo

📋 copy color: '#71270E'

red 113 ◦ green 39 ◦ blue 14

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

Shades of Pueblo #71270E

Tints of Pueblo #71270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 68.07%
G = 23.49%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71270E (or 0x71270E) is known color: Pueblo. HEX triplet: 71, 27 and 0E. RGB value is (113,39,14). Sum of RGB (Red+Green+Blue) = 113+39+14=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270E is #8ED8F1. Grayscale: #3A3A3A. Windows color (decimal): -9361650 or 927601. OLE color: 927601.

HSL color Cylindrical-coordinate representation of color #71270E: hue angle of 15.15º 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 #71270E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 14 -
CMYK 0 0.65 0.88 0.56
HSL 15.15º 0.78% 0.25% -
HSV(B) 15.15º 0.88% 0.44% -
XYZ 7.61 4.99 0.98 -
YUV 58.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 113 39 14 0 0.65 0.88 0.56 15.15 0.78 0.25
Hex 71 27 E 0 41 58 38 F 4E 19
Octal 161 47 16 0 101 130 70 17 116 31
Binary 1110001 100111 1110 0 1000001 1011000 111000 1111 1001110 11001

Color Harmonies of #71270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71270E

Black with #71270E

Text Example


Text Example

White with #71270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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