Html Css Color HEX #70414B Tawny Port

📋 copy color: '#70414B'

red 112 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #70414B

Tints of Tawny Port #70414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 44.44%
G = 25.79%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70414B (or 0x70414B) is known color: Tawny Port. HEX triplet: 70, 41 and 4B. RGB value is (112,65,75). Sum of RGB (Red+Green+Blue) = 112+65+75=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70414B is #8FBEB4. Grayscale: #505050. Windows color (decimal): -9420469 or 4931952. OLE color: 4931952.

HSL color Cylindrical-coordinate representation of color #70414B: hue angle of 347.23º 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 #70414B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 75 -
CMYK 0 0.42 0.33 0.56
HSL 347.23º 0.27% 0.35% -
HSV(B) 347.23º 0.42% 0.44% -
XYZ 9.84 7.73 7.63 -
YUV 80.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 112 65 75 0 0.42 0.33 0.56 347.23 0.27 0.35
Hex 70 41 4B 0 2A 21 38 15B 1B 23
Octal 160 101 113 0 52 41 70 533 33 43
Binary 1110000 1000001 1001011 0 101010 100001 111000 101011011 11011 100011

Color Harmonies of #70414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70414B

Black with #70414B

Text Example


Text Example

White with #70414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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