Html Css Color HEX #713128 Pueblo

📋 copy color: '#713128'

red 113 ◦ green 49 ◦ blue 40

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

Shades of Pueblo #713128

Tints of Pueblo #713128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 55.94%
G = 24.26%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713128 (or 0x713128) is known color: Pueblo. HEX triplet: 71, 31 and 28. RGB value is (113,49,40). Sum of RGB (Red+Green+Blue) = 113+49+40=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713128 is #8ECED7. Grayscale: #434343. Windows color (decimal): -9359064 or 2634097. OLE color: 2634097.

HSL color Cylindrical-coordinate representation of color #713128: hue angle of 7.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713128 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 40 -
CMYK 0 0.57 0.65 0.56
HSL 7.4º 0.48% 0.3% -
HSV(B) 7.4º 0.65% 0.44% -
XYZ 8.29 5.86 2.7 -
YUV 67.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 113 49 40 0 0.57 0.65 0.56 7.4 0.48 0.3
Hex 71 31 28 0 39 41 38 7 30 1E
Octal 161 61 50 0 71 101 70 7 60 36
Binary 1110001 110001 101000 0 111001 1000001 111000 111 110000 11110

Color Harmonies of #713128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713128

Black with #713128

Text Example


Text Example

White with #713128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713128; }

 p { color: rgb(113,49,40); }

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

background-color css

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

 a { background-color: rgb(113,49,40); }

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

border-color css

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

 span { border-color: rgb(113,49,40); }

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