Html Css Color HEX #70374A Tawny Port

📋 copy color: '#70374A'

red 112 ◦ green 55 ◦ blue 74

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

Shades of Tawny Port #70374A

Tints of Tawny Port #70374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 46.47%
G = 22.82%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70374A (or 0x70374A) is known color: Tawny Port. HEX triplet: 70, 37 and 4A. RGB value is (112,55,74). Sum of RGB (Red+Green+Blue) = 112+55+74=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70374A is #8FC8B5. Grayscale: #4A4A4A. Windows color (decimal): -9423030 or 4863856. OLE color: 4863856.

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

Color convert

RGB 112 55 74 -
CMYK 0 0.51 0.34 0.56
HSL 340º 0.34% 0.33% -
HSV(B) 340º 0.51% 0.44% -
XYZ 9.28 6.67 7.28 -
YUV 74.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 112 55 74 0 0.51 0.34 0.56 340 0.34 0.33
Hex 70 37 4A 0 33 22 38 154 22 21
Octal 160 67 112 0 63 42 70 524 42 41
Binary 1110000 110111 1001010 0 110011 100010 111000 101010100 100010 100001

Color Harmonies of #70374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70374A

Black with #70374A

Text Example


Text Example

White with #70374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70374A; }

 p { color: rgb(112,55,74); }

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

background-color css

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

 a { background-color: rgb(112,55,74); }

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

border-color css

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

 span { border-color: rgb(112,55,74); }

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