Html Css Color HEX #61384D Tawny Port

📋 copy color: '#61384D'

red 97 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #61384D

Tints of Tawny Port #61384D

RGB

 RED value IS 97 (38.28% from 255) = 42.17%

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 42.17%
G = 24.35%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61384D (or 0x61384D) is known color: Tawny Port. HEX triplet: 61, 38 and 4D. RGB value is (97,56,77). Sum of RGB (Red+Green+Blue) = 97+56+77=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61384D is #9EC7B2. Grayscale: #464646. Windows color (decimal): -10405811 or 5060705. OLE color: 5060705.

HSL color Cylindrical-coordinate representation of color #61384D: hue angle of 329.27º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61384D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 77 -
CMYK 0 0.42 0.21 0.62
HSL 329.27º 0.27% 0.3% -
HSV(B) 329.27º 0.42% 0.38% -
XYZ 7.68 5.91 7.76 -
YUV 70.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 97 56 77 0 0.42 0.21 0.62 329.27 0.27 0.3
Hex 61 38 4D 0 2A 15 3E 149 1B 1E
Octal 141 70 115 0 52 25 76 511 33 36
Binary 1100001 111000 1001101 0 101010 10101 111110 101001001 11011 11110

Color Harmonies of #61384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61384D

Black with #61384D

Text Example


Text Example

White with #61384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61384D; }

 p { color: rgb(97,56,77); }

 H1.HeaderClassName
 {
   color: #61384D;
 }
 .AnyTagClassName
 {
   color: #61384D;
 }
</style>

background-color css

<style>
 a { background-color: #61384D; }

 a { background-color: rgb(97,56,77); }

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

border-color css

<style>
 span { border-color: #61384D; }

 span { border-color: rgb(97,56,77); }

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