Html Css Color HEX #70414D Tawny Port

📋 copy color: '#70414D'

red 112 ◦ green 65 ◦ blue 77

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

Shades of Tawny Port #70414D

Tints of Tawny Port #70414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 44.09%
G = 25.59%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70414D (or 0x70414D) is known color: Tawny Port. HEX triplet: 70, 41 and 4D. RGB value is (112,65,77). Sum of RGB (Red+Green+Blue) = 112+65+77=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70414D is #8FBEB2. Grayscale: #505050. Windows color (decimal): -9420467 or 5063024. OLE color: 5063024.

HSL color Cylindrical-coordinate representation of color #70414D: hue angle of 344.68º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70414D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 77 -
CMYK 0 0.42 0.31 0.56
HSL 344.68º 0.27% 0.35% -
HSV(B) 344.68º 0.42% 0.44% -
XYZ 9.91 7.76 8 -
YUV 80.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 112 65 77 0 0.42 0.31 0.56 344.68 0.27 0.35
Hex 70 41 4D 0 2A 1F 38 159 1B 23
Octal 160 101 115 0 52 37 70 531 33 43
Binary 1110000 1000001 1001101 0 101010 11111 111000 101011001 11011 100011

Color Harmonies of #70414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70414D

Black with #70414D

Text Example


Text Example

White with #70414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70414D; }

 p { color: rgb(112,65,77); }

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

background-color css

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

 a { background-color: rgb(112,65,77); }

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

border-color css

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

 span { border-color: rgb(112,65,77); }

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