Html Css Color HEX #713229 Pueblo

📋 copy color: '#713229'

red 113 ◦ green 50 ◦ blue 41

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

Shades of Pueblo #713229

Tints of Pueblo #713229

RGB

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

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

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

R = 55.39%
G = 24.51%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#713229 (or 0x713229) is known color: Pueblo. HEX triplet: 71, 32 and 29. RGB value is (113,50,41). Sum of RGB (Red+Green+Blue) = 113+50+41=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #713229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713229 is #8ECDD6. Grayscale: #434343. Windows color (decimal): -9358807 or 2699889. OLE color: 2699889.

HSL color Cylindrical-coordinate representation of color #713229: hue angle of 7.5º 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 #713229 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 41 -
CMYK 0 0.56 0.64 0.56
HSL 7.5º 0.47% 0.3% -
HSV(B) 7.5º 0.64% 0.44% -
XYZ 8.35 5.95 2.81 -
YUV 67.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 113 50 41 0 0.56 0.64 0.56 7.5 0.47 0.3
Hex 71 32 29 0 38 40 38 8 2F 1E
Octal 161 62 51 0 70 100 70 10 57 36
Binary 1110001 110010 101001 0 111000 1000000 111000 1000 101111 11110

Color Harmonies of #713229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713229

Black with #713229

Text Example


Text Example

White with #713229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713229; }

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

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

background-color css

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

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

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

border-color css

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

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

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