Html Css Color HEX #703231 Auburn

📋 copy color: '#703231'

red 112 ◦ green 50 ◦ blue 49

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

Shades of Auburn #703231

Tints of Auburn #703231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 53.08%
G = 23.7%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703231 (or 0x703231) is known color: Auburn. HEX triplet: 70, 32 and 31. RGB value is (112,50,49). Sum of RGB (Red+Green+Blue) = 112+50+49=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703231 is #8FCDCE. Grayscale: #444444. Windows color (decimal): -9424335 or 3224176. OLE color: 3224176.

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

Color convert

RGB 112 50 49 -
CMYK 0 0.55 0.56 0.56
HSL 0.95º 0.39% 0.32% -
HSV(B) 0.95º 0.56% 0.44% -
XYZ 8.38 5.95 3.61 -
YUV 68.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 112 50 49 0 0.55 0.56 0.56 0.95 0.39 0.32
Hex 70 32 31 0 37 38 38 1 27 20
Octal 160 62 61 0 67 70 70 1 47 40
Binary 1110000 110010 110001 0 110111 111000 111000 1 100111 100000

Color Harmonies of #703231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703231

Black with #703231

Text Example


Text Example

White with #703231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703231; }

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

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

background-color css

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

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

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

border-color css

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

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

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