Html Css Color HEX #71384C Tawny Port

📋 copy color: '#71384C'

red 113 ◦ green 56 ◦ blue 76

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

Shades of Tawny Port #71384C

Tints of Tawny Port #71384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 46.12%
G = 22.86%
B = 31.02%

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

#71384C (or 0x71384C) is known color: Tawny Port. HEX triplet: 71, 38 and 4C. RGB value is (113,56,76). Sum of RGB (Red+Green+Blue) = 113+56+76=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71384C is #8EC7B3. Grayscale: #4B4B4B. Windows color (decimal): -9357236 or 4995185. OLE color: 4995185.

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

Color convert

RGB 113 56 76 -
CMYK 0 0.50 0.33 0.56
HSL 338.95º 0.34% 0.33% -
HSV(B) 338.95º 0.5% 0.44% -
XYZ 9.53 6.86 7.66 -
YUV 75.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 113 56 76 0 0.50 0.33 0.56 338.95 0.34 0.33
Hex 71 38 4C 0 32 21 38 153 22 21
Octal 161 70 114 0 62 41 70 523 42 41
Binary 1110001 111000 1001100 0 110010 100001 111000 101010011 100010 100001

Color Harmonies of #71384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71384C

Black with #71384C

Text Example


Text Example

White with #71384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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