Html Css Color HEX #70364A Tawny Port

📋 copy color: '#70364A'

red 112 ◦ green 54 ◦ blue 74

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

Shades of Tawny Port #70364A

Tints of Tawny Port #70364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 46.67%
G = 22.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70364A (or 0x70364A) is known color: Tawny Port. HEX triplet: 70, 36 and 4A. RGB value is (112,54,74). Sum of RGB (Red+Green+Blue) = 112+54+74=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70364A is #8FC9B5. Grayscale: #494949. Windows color (decimal): -9423286 or 4863600. OLE color: 4863600.

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

Color convert

RGB 112 54 74 -
CMYK 0 0.52 0.34 0.56
HSL 339.31º 0.35% 0.33% -
HSV(B) 339.31º 0.52% 0.44% -
XYZ 9.24 6.58 7.26 -
YUV 73.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 112 54 74 0 0.52 0.34 0.56 339.31 0.35 0.33
Hex 70 36 4A 0 34 22 38 153 23 21
Octal 160 66 112 0 64 42 70 523 43 41
Binary 1110000 110110 1001010 0 110100 100010 111000 101010011 100011 100001

Color Harmonies of #70364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70364A

Black with #70364A

Text Example


Text Example

White with #70364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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