Html Css Color HEX #703D4B Tawny Port

📋 copy color: '#703D4B'

red 112 ◦ green 61 ◦ blue 75

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

Shades of Tawny Port #703D4B

Tints of Tawny Port #703D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 45.16%
G = 24.6%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#703D4B (or 0x703D4B) is known color: Tawny Port. HEX triplet: 70, 3D and 4B. RGB value is (112,61,75). Sum of RGB (Red+Green+Blue) = 112+61+75=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D4B is #8FC2B4. Grayscale: #4D4D4D. Windows color (decimal): -9421493 or 4930928. OLE color: 4930928.

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

Color convert

RGB 112 61 75 -
CMYK 0 0.46 0.33 0.56
HSL 343.53º 0.29% 0.34% -
HSV(B) 343.53º 0.46% 0.44% -
XYZ 9.62 7.29 7.56 -
YUV 77.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 112 61 75 0 0.46 0.33 0.56 343.53 0.29 0.34
Hex 70 3D 4B 0 2E 21 38 158 1D 22
Octal 160 75 113 0 56 41 70 530 35 42
Binary 1110000 111101 1001011 0 101110 100001 111000 101011000 11101 100010

Color Harmonies of #703D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D4B

Black with #703D4B

Text Example


Text Example

White with #703D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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