Html Css Color HEX #703127 Pueblo

📋 copy color: '#703127'

red 112 ◦ green 49 ◦ blue 39

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

Shades of Pueblo #703127

Tints of Pueblo #703127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.5%

R = 56%
G = 24.5%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#703127 (or 0x703127) is known color: Pueblo. HEX triplet: 70, 31 and 27. RGB value is (112,49,39). Sum of RGB (Red+Green+Blue) = 112+49+39=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #703127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703127 is #8FCED8. Grayscale: #424242. Windows color (decimal): -9424601 or 2568560. OLE color: 2568560.

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

Color convert

RGB 112 49 39 -
CMYK 0 0.56 0.65 0.56
HSL 8.22º 0.48% 0.3% -
HSV(B) 8.22º 0.65% 0.44% -
XYZ 8.15 5.79 2.61 -
YUV 66.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 112 49 39 0 0.56 0.65 0.56 8.22 0.48 0.3
Hex 70 31 27 0 38 41 38 8 30 1E
Octal 160 61 47 0 70 101 70 10 60 36
Binary 1110000 110001 100111 0 111000 1000001 111000 1000 110000 11110

Color Harmonies of #703127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703127

Black with #703127

Text Example


Text Example

White with #703127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703127; }

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

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

background-color css

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

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

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

border-color css

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

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

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