Html Css Color HEX #703123 Pueblo

📋 copy color: '#703123'

red 112 ◦ green 49 ◦ blue 35

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

Shades of Pueblo #703123

Tints of Pueblo #703123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 57.14%
G = 25%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703123 (or 0x703123) is known color: Pueblo. HEX triplet: 70, 31 and 23. RGB value is (112,49,35). Sum of RGB (Red+Green+Blue) = 112+49+35=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703123 is #8FCEDC. Grayscale: #424242. Windows color (decimal): -9424605 or 2306416. OLE color: 2306416.

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

Color convert

RGB 112 49 35 -
CMYK 0 0.56 0.69 0.56
HSL 10.91º 0.52% 0.29% -
HSV(B) 10.91º 0.69% 0.44% -
XYZ 8.08 5.76 2.28 -
YUV 66.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 112 49 35 0 0.56 0.69 0.56 10.91 0.52 0.29
Hex 70 31 23 0 38 45 38 B 34 1D
Octal 160 61 43 0 70 105 70 13 64 35
Binary 1110000 110001 100011 0 111000 1000101 111000 1011 110100 11101

Color Harmonies of #703123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703123

Black with #703123

Text Example


Text Example

White with #703123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703123; }

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

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

background-color css

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

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

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

border-color css

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

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

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