Html Css Color HEX #71301B Pueblo

📋 copy color: '#71301B'

red 113 ◦ green 48 ◦ blue 27

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

Shades of Pueblo #71301B

Tints of Pueblo #71301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 60.11%
G = 25.53%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71301B (or 0x71301B) is known color: Pueblo. HEX triplet: 71, 30 and 1B. RGB value is (113,48,27). Sum of RGB (Red+Green+Blue) = 113+48+27=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71301B is #8ECFE4. Grayscale: #414141. Windows color (decimal): -9359333 or 1781873. OLE color: 1781873.

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

Color convert

RGB 113 48 27 -
CMYK 0 0.58 0.76 0.56
HSL 14.65º 0.61% 0.27% -
HSV(B) 14.65º 0.76% 0.44% -
XYZ 8.06 5.7 1.71 -
YUV 65.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 113 48 27 0 0.58 0.76 0.56 14.65 0.61 0.27
Hex 71 30 1B 0 3A 4C 38 F 3D 1B
Octal 161 60 33 0 72 114 70 17 75 33
Binary 1110001 110000 11011 0 111010 1001100 111000 1111 111101 11011

Color Harmonies of #71301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71301B

Black with #71301B

Text Example


Text Example

White with #71301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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