Html Css Color HEX #61354E Tawny Port

📋 copy color: '#61354E'

red 97 ◦ green 53 ◦ blue 78

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

Shades of Tawny Port #61354E

Tints of Tawny Port #61354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 42.54%
G = 23.25%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61354E (or 0x61354E) is known color: Tawny Port. HEX triplet: 61, 35 and 4E. RGB value is (97,53,78). Sum of RGB (Red+Green+Blue) = 97+53+78=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61354E is #9ECAB1. Grayscale: #444444. Windows color (decimal): -10406578 or 5125473. OLE color: 5125473.

HSL color Cylindrical-coordinate representation of color #61354E: hue angle of 325.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61354E is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 78 -
CMYK 0 0.45 0.20 0.62
HSL 325.91º 0.29% 0.29% -
HSV(B) 325.91º 0.45% 0.38% -
XYZ 7.58 5.64 7.9 -
YUV 69.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 97 53 78 0 0.45 0.20 0.62 325.91 0.29 0.29
Hex 61 35 4E 0 2D 14 3E 146 1D 1D
Octal 141 65 116 0 55 24 76 506 35 35
Binary 1100001 110101 1001110 0 101101 10100 111110 101000110 11101 11101

Color Harmonies of #61354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61354E

Black with #61354E

Text Example


Text Example

White with #61354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61354E; }

 p { color: rgb(97,53,78); }

 H1.HeaderClassName
 {
   color: #61354E;
 }
 .AnyTagClassName
 {
   color: #61354E;
 }
</style>

background-color css

<style>
 a { background-color: #61354E; }

 a { background-color: rgb(97,53,78); }

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

border-color css

<style>
 span { border-color: #61354E; }

 span { border-color: rgb(97,53,78); }

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