Html Css Color HEX #61384A Tawny Port

📋 copy color: '#61384A'

red 97 ◦ green 56 ◦ blue 74

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

Shades of Tawny Port #61384A

Tints of Tawny Port #61384A

RGB

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

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

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

R = 42.73%
G = 24.67%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61384A (or 0x61384A) is known color: Tawny Port. HEX triplet: 61, 38 and 4A. RGB value is (97,56,74). Sum of RGB (Red+Green+Blue) = 97+56+74=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61384A is #9EC7B5. Grayscale: #464646. Windows color (decimal): -10405814 or 4864097. OLE color: 4864097.

HSL color Cylindrical-coordinate representation of color #61384A: hue angle of 333.66º 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 #61384A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 74 -
CMYK 0 0.42 0.24 0.62
HSL 333.66º 0.27% 0.3% -
HSV(B) 333.66º 0.42% 0.38% -
XYZ 7.58 5.86 7.21 -
YUV 70.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 97 56 74 0 0.42 0.24 0.62 333.66 0.27 0.3
Hex 61 38 4A 0 2A 18 3E 14E 1B 1E
Octal 141 70 112 0 52 30 76 516 33 36
Binary 1100001 111000 1001010 0 101010 11000 111110 101001110 11011 11110

Color Harmonies of #61384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61384A

Black with #61384A

Text Example


Text Example

White with #61384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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