Html Css Color HEX #703128 Pueblo

📋 copy color: '#703128'

red 112 ◦ green 49 ◦ blue 40

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

Shades of Pueblo #703128

Tints of Pueblo #703128

RGB

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

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

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

R = 55.72%
G = 24.38%
B = 19.9%

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

#703128 (or 0x703128) is known color: Pueblo. HEX triplet: 70, 31 and 28. RGB value is (112,49,40). Sum of RGB (Red+Green+Blue) = 112+49+40=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #703128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703128 is #8FCED7. Grayscale: #424242. Windows color (decimal): -9424600 or 2634096. OLE color: 2634096.

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

Color convert

RGB 112 49 40 -
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.16 5.79 2.7 -
YUV 66.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 112 49 40 0 0.56 0.64 0.56 7.5 0.47 0.3
Hex 70 31 28 0 38 40 38 8 2F 1E
Octal 160 61 50 0 70 100 70 10 57 36
Binary 1110000 110001 101000 0 111000 1000000 111000 1000 101111 11110

Color Harmonies of #703128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703128

Black with #703128

Text Example


Text Example

White with #703128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703128; }

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

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

background-color css

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

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

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

border-color css

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

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

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