Html Css Color HEX #71270F Pueblo

📋 copy color: '#71270F'

red 113 ◦ green 39 ◦ blue 15

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

Shades of Pueblo #71270F

Tints of Pueblo #71270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 67.66%
G = 23.35%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71270F (or 0x71270F) is known color: Pueblo. HEX triplet: 71, 27 and 0F. RGB value is (113,39,15). Sum of RGB (Red+Green+Blue) = 113+39+15=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #71270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270F is #8ED8F0. Grayscale: #3A3A3A. Windows color (decimal): -9361649 or 993137. OLE color: 993137.

HSL color Cylindrical-coordinate representation of color #71270F: hue angle of 14.69º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71270F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 15 -
CMYK 0 0.65 0.87 0.56
HSL 14.69º 0.77% 0.25% -
HSV(B) 14.69º 0.87% 0.44% -
XYZ 7.62 5 1.01 -
YUV 58.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 113 39 15 0 0.65 0.87 0.56 14.69 0.77 0.25
Hex 71 27 F 0 41 57 38 F 4D 19
Octal 161 47 17 0 101 127 70 17 115 31
Binary 1110001 100111 1111 0 1000001 1010111 111000 1111 1001101 11001

Color Harmonies of #71270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71270F

Black with #71270F

Text Example


Text Example

White with #71270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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