Html Css Color HEX #703229 Pueblo

📋 copy color: '#703229'

red 112 ◦ green 50 ◦ blue 41

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

Shades of Pueblo #703229

Tints of Pueblo #703229

RGB

 RED value IS 112 (44.14% from 255) = 55.17%

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

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

R = 55.17%
G = 24.63%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703229 (or 0x703229) is known color: Pueblo. HEX triplet: 70, 32 and 29. RGB value is (112,50,41). Sum of RGB (Red+Green+Blue) = 112+50+41=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703229 is #8FCDD6. Grayscale: #434343. Windows color (decimal): -9424343 or 2699888. OLE color: 2699888.

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

Color convert

RGB 112 50 41 -
CMYK 0 0.55 0.63 0.56
HSL 7.61º 0.46% 0.3% -
HSV(B) 7.61º 0.63% 0.44% -
XYZ 8.22 5.89 2.8 -
YUV 67.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 112 50 41 0 0.55 0.63 0.56 7.61 0.46 0.3
Hex 70 32 29 0 37 3F 38 8 2E 1E
Octal 160 62 51 0 67 77 70 10 56 36
Binary 1110000 110010 101001 0 110111 111111 111000 1000 101110 11110

Color Harmonies of #703229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703229

Black with #703229

Text Example


Text Example

White with #703229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703229; }

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

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

background-color css

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

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

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

border-color css

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

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

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