Html Css Color HEX #703126 Pueblo

📋 copy color: '#703126'

red 112 ◦ green 49 ◦ blue 38

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

Shades of Pueblo #703126

Tints of Pueblo #703126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 56.28%
G = 24.62%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#703126 (or 0x703126) is known color: Pueblo. HEX triplet: 70, 31 and 26. RGB value is (112,49,38). Sum of RGB (Red+Green+Blue) = 112+49+38=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703126 is #8FCED9. Grayscale: #424242. Windows color (decimal): -9424602 or 2503024. OLE color: 2503024.

HSL color Cylindrical-coordinate representation of color #703126: hue angle of 8.92º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703126 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 49 38 -
CMYK 0 0.56 0.66 0.56
HSL 8.92º 0.49% 0.29% -
HSV(B) 8.92º 0.66% 0.44% -
XYZ 8.13 5.78 2.52 -
YUV 66.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 112 49 38 0 0.56 0.66 0.56 8.92 0.49 0.29
Hex 70 31 26 0 38 42 38 9 31 1D
Octal 160 61 46 0 70 102 70 11 61 35
Binary 1110000 110001 100110 0 111000 1000010 111000 1001 110001 11101

Color Harmonies of #703126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703126

Black with #703126

Text Example


Text Example

White with #703126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703126; }

 p { color: rgb(112,49,38); }

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

background-color css

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

 a { background-color: rgb(112,49,38); }

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

border-color css

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

 span { border-color: rgb(112,49,38); }

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