Html Css Color HEX #703029 Auburn

📋 copy color: '#703029'

red 112 ◦ green 48 ◦ blue 41

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

Shades of Auburn #703029

Tints of Auburn #703029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 55.72%
G = 23.88%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703029 (or 0x703029) is known color: Auburn. HEX triplet: 70, 30 and 29. RGB value is (112,48,41). Sum of RGB (Red+Green+Blue) = 112+48+41=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #703029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703029 is #8FCFD6. Grayscale: #424242. Windows color (decimal): -9424855 or 2699376. OLE color: 2699376.

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

Color convert

RGB 112 48 41 -
CMYK 0 0.57 0.63 0.56
HSL 5.92º 0.46% 0.3% -
HSV(B) 5.92º 0.63% 0.44% -
XYZ 8.14 5.72 2.77 -
YUV 66.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 112 48 41 0 0.57 0.63 0.56 5.92 0.46 0.3
Hex 70 30 29 0 39 3F 38 6 2E 1E
Octal 160 60 51 0 71 77 70 6 56 36
Binary 1110000 110000 101001 0 111001 111111 111000 110 101110 11110

Color Harmonies of #703029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703029

Black with #703029

Text Example


Text Example

White with #703029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703029; }

 p { color: rgb(112,48,41); }

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

background-color css

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

 a { background-color: rgb(112,48,41); }

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

border-color css

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

 span { border-color: rgb(112,48,41); }

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