Html Css Color HEX #70384B Tawny Port

📋 copy color: '#70384B'

red 112 ◦ green 56 ◦ blue 75

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

Shades of Tawny Port #70384B

Tints of Tawny Port #70384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

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

R = 46.09%
G = 23.05%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70384B (or 0x70384B) is known color: Tawny Port. HEX triplet: 70, 38 and 4B. RGB value is (112,56,75). Sum of RGB (Red+Green+Blue) = 112+56+75=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70384B is #8FC7B4. Grayscale: #4A4A4A. Windows color (decimal): -9422773 or 4929648. OLE color: 4929648.

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

Color convert

RGB 112 56 75 -
CMYK 0 0.50 0.33 0.56
HSL 339.64º 0.33% 0.33% -
HSV(B) 339.64º 0.5% 0.44% -
XYZ 9.37 6.78 7.47 -
YUV 74.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 112 56 75 0 0.50 0.33 0.56 339.64 0.33 0.33
Hex 70 38 4B 0 32 21 38 154 21 21
Octal 160 70 113 0 62 41 70 524 41 41
Binary 1110000 111000 1001011 0 110010 100001 111000 101010100 100001 100001

Color Harmonies of #70384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70384B

Black with #70384B

Text Example


Text Example

White with #70384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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