Html Css Color HEX #713429 Pueblo

📋 copy color: '#713429'

red 113 ◦ green 52 ◦ blue 41

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

Shades of Pueblo #713429

Tints of Pueblo #713429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 54.85%
G = 25.24%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#713429 (or 0x713429) is known color: Pueblo. HEX triplet: 71, 34 and 29. RGB value is (113,52,41). Sum of RGB (Red+Green+Blue) = 113+52+41=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713429 is #8ECBD6. Grayscale: #454545. Windows color (decimal): -9358295 or 2700401. OLE color: 2700401.

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

Color convert

RGB 113 52 41 -
CMYK 0 0.54 0.64 0.56
HSL 9.17º 0.47% 0.3% -
HSV(B) 9.17º 0.64% 0.44% -
XYZ 8.44 6.13 2.84 -
YUV 68.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 113 52 41 0 0.54 0.64 0.56 9.17 0.47 0.3
Hex 71 34 29 0 36 40 38 9 2F 1E
Octal 161 64 51 0 66 100 70 11 57 36
Binary 1110001 110100 101001 0 110110 1000000 111000 1001 101111 11110

Color Harmonies of #713429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713429

Black with #713429

Text Example


Text Example

White with #713429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713429; }

 p { color: rgb(113,52,41); }

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

background-color css

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

 a { background-color: rgb(113,52,41); }

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

border-color css

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

 span { border-color: rgb(113,52,41); }

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