Html Css Color HEX #71301E Pueblo

📋 copy color: '#71301E'

red 113 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #71301E

Tints of Pueblo #71301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 59.16%
G = 25.13%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71301E (or 0x71301E) is known color: Pueblo. HEX triplet: 71, 30 and 1E. RGB value is (113,48,30). Sum of RGB (Red+Green+Blue) = 113+48+30=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71301E is #8ECFE1. Grayscale: #414141. Windows color (decimal): -9359330 or 1978481. OLE color: 1978481.

HSL color Cylindrical-coordinate representation of color #71301E: hue angle of 13.01º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71301E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 30 -
CMYK 0 0.58 0.73 0.56
HSL 13.01º 0.58% 0.28% -
HSV(B) 13.01º 0.73% 0.44% -
XYZ 8.1 5.72 1.91 -
YUV 65.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 113 48 30 0 0.58 0.73 0.56 13.01 0.58 0.28
Hex 71 30 1E 0 3A 49 38 D 3A 1C
Octal 161 60 36 0 72 111 70 15 72 34
Binary 1110001 110000 11110 0 111010 1001001 111000 1101 111010 11100

Color Harmonies of #71301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71301E

Black with #71301E

Text Example


Text Example

White with #71301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,48,30); }

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

background-color css

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

 a { background-color: rgb(113,48,30); }

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

border-color css

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

 span { border-color: rgb(113,48,30); }

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