Html Css Color HEX #703A4B Tawny Port

📋 copy color: '#703A4B'

red 112 ◦ green 58 ◦ blue 75

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

Shades of Tawny Port #703A4B

Tints of Tawny Port #703A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 45.71%
G = 23.67%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#703A4B (or 0x703A4B) is known color: Tawny Port. HEX triplet: 70, 3A and 4B. RGB value is (112,58,75). Sum of RGB (Red+Green+Blue) = 112+58+75=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A4B is #8FC5B4. Grayscale: #4C4C4C. Windows color (decimal): -9422261 or 4930160. OLE color: 4930160.

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

Color convert

RGB 112 58 75 -
CMYK 0 0.48 0.33 0.56
HSL 341.11º 0.32% 0.33% -
HSV(B) 341.11º 0.48% 0.44% -
XYZ 9.47 6.98 7.5 -
YUV 76.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 112 58 75 0 0.48 0.33 0.56 341.11 0.32 0.33
Hex 70 3A 4B 0 30 21 38 155 20 21
Octal 160 72 113 0 60 41 70 525 40 41
Binary 1110000 111010 1001011 0 110000 100001 111000 101010101 100000 100001

Color Harmonies of #703A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A4B

Black with #703A4B

Text Example


Text Example

White with #703A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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