Html Css Color HEX #71384A Tawny Port

📋 copy color: '#71384A'

red 113 ◦ green 56 ◦ blue 74

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

Shades of Tawny Port #71384A

Tints of Tawny Port #71384A

RGB

 RED value IS 113 (44.53% from 255) = 46.5%

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

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 46.5%
G = 23.05%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71384A (or 0x71384A) is known color: Tawny Port. HEX triplet: 71, 38 and 4A. RGB value is (113,56,74). Sum of RGB (Red+Green+Blue) = 113+56+74=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71384A is #8EC7B5. Grayscale: #4B4B4B. Windows color (decimal): -9357238 or 4864113. OLE color: 4864113.

HSL color Cylindrical-coordinate representation of color #71384A: hue angle of 341.05º degrees, saturation: 0.34, 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 #71384A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 74 -
CMYK 0 0.50 0.35 0.56
HSL 341.05º 0.34% 0.33% -
HSV(B) 341.05º 0.5% 0.44% -
XYZ 9.46 6.83 7.3 -
YUV 75.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 113 56 74 0 0.50 0.35 0.56 341.05 0.34 0.33
Hex 71 38 4A 0 32 23 38 155 22 21
Octal 161 70 112 0 62 43 70 525 42 41
Binary 1110001 111000 1001010 0 110010 100011 111000 101010101 100010 100001

Color Harmonies of #71384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71384A

Black with #71384A

Text Example


Text Example

White with #71384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71384A; }

 p { color: rgb(113,56,74); }

 H1.HeaderClassName
 {
   color: #71384A;
 }
 .AnyTagClassName
 {
   color: #71384A;
 }
</style>

background-color css

<style>
 a { background-color: #71384A; }

 a { background-color: rgb(113,56,74); }

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

border-color css

<style>
 span { border-color: #71384A; }

 span { border-color: rgb(113,56,74); }

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