Html Css Color HEX #71321C Pueblo

📋 copy color: '#71321C'

red 113 ◦ green 50 ◦ blue 28

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

Shades of Pueblo #71321C

Tints of Pueblo #71321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 59.16%
G = 26.18%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71321C (or 0x71321C) is known color: Pueblo. HEX triplet: 71, 32 and 1C. RGB value is (113,50,28). Sum of RGB (Red+Green+Blue) = 113+50+28=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71321C is #8ECDE3. Grayscale: #424242. Windows color (decimal): -9358820 or 1847921. OLE color: 1847921.

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

Color convert

RGB 113 50 28 -
CMYK 0 0.56 0.75 0.56
HSL 15.53º 0.6% 0.28% -
HSV(B) 15.53º 0.75% 0.44% -
XYZ 8.16 5.88 1.8 -
YUV 66.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 113 50 28 0 0.56 0.75 0.56 15.53 0.6 0.28
Hex 71 32 1C 0 38 4B 38 10 3C 1C
Octal 161 62 34 0 70 113 70 20 74 34
Binary 1110001 110010 11100 0 111000 1001011 111000 10000 111100 11100

Color Harmonies of #71321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71321C

Black with #71321C

Text Example


Text Example

White with #71321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71321C; }

 p { color: rgb(113,50,28); }

 H1.HeaderClassName
 {
   color: #71321C;
 }
 .AnyTagClassName
 {
   color: #71321C;
 }
</style>

background-color css

<style>
 a { background-color: #71321C; }

 a { background-color: rgb(113,50,28); }

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

border-color css

<style>
 span { border-color: #71321C; }

 span { border-color: rgb(113,50,28); }

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