Html Css Color HEX #71270D Pueblo

📋 copy color: '#71270D'

red 113 ◦ green 39 ◦ blue 13

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

Shades of Pueblo #71270D

Tints of Pueblo #71270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 68.48%
G = 23.64%
B = 7.88%

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

#71270D (or 0x71270D) is known color: Pueblo. HEX triplet: 71, 27 and 0D. RGB value is (113,39,13). Sum of RGB (Red+Green+Blue) = 113+39+13=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270D is #8ED8F2. Grayscale: #3A3A3A. Windows color (decimal): -9361651 or 862065. OLE color: 862065.

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

Color convert

RGB 113 39 13 -
CMYK 0 0.65 0.88 0.56
HSL 15.6º 0.79% 0.25% -
HSV(B) 15.6º 0.88% 0.44% -
XYZ 7.61 4.99 0.94 -
YUV 58.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 113 39 13 0 0.65 0.88 0.56 15.6 0.79 0.25
Hex 71 27 D 0 41 58 38 10 4F 19
Octal 161 47 15 0 101 130 70 20 117 31
Binary 1110001 100111 1101 0 1000001 1011000 111000 10000 1001111 11001

Color Harmonies of #71270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71270D

Black with #71270D

Text Example


Text Example

White with #71270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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