Html Css Color HEX #703124 Pueblo

📋 copy color: '#703124'

red 112 ◦ green 49 ◦ blue 36

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

Shades of Pueblo #703124

Tints of Pueblo #703124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 56.85%
G = 24.87%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#703124 (or 0x703124) is known color: Pueblo. HEX triplet: 70, 31 and 24. RGB value is (112,49,36). Sum of RGB (Red+Green+Blue) = 112+49+36=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703124 is #8FCEDB. Grayscale: #424242. Windows color (decimal): -9424604 or 2371952. OLE color: 2371952.

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

Color convert

RGB 112 49 36 -
CMYK 0 0.56 0.68 0.56
HSL 10.26º 0.51% 0.29% -
HSV(B) 10.26º 0.68% 0.44% -
XYZ 8.1 5.77 2.36 -
YUV 66.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 112 49 36 0 0.56 0.68 0.56 10.26 0.51 0.29
Hex 70 31 24 0 38 44 38 A 33 1D
Octal 160 61 44 0 70 104 70 12 63 35
Binary 1110000 110001 100100 0 111000 1000100 111000 1010 110011 11101

Color Harmonies of #703124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703124

Black with #703124

Text Example


Text Example

White with #703124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703124; }

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

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

background-color css

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

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

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

border-color css

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

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

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