Html Css Color HEX #61334F Tawny Port

📋 copy color: '#61334F'

red 97 ◦ green 51 ◦ blue 79

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

Shades of Tawny Port #61334F

Tints of Tawny Port #61334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 42.73%
G = 22.47%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61334F (or 0x61334F) is known color: Tawny Port. HEX triplet: 61, 33 and 4F. RGB value is (97,51,79). Sum of RGB (Red+Green+Blue) = 97+51+79=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61334F is #9ECCB0. Grayscale: #434343. Windows color (decimal): -10407089 or 5190497. OLE color: 5190497.

HSL color Cylindrical-coordinate representation of color #61334F: hue angle of 323.48º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61334F is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 79 -
CMYK 0 0.47 0.19 0.62
HSL 323.48º 0.31% 0.29% -
HSV(B) 323.48º 0.47% 0.38% -
XYZ 7.52 5.47 8.06 -
YUV 67.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 97 51 79 0 0.47 0.19 0.62 323.48 0.31 0.29
Hex 61 33 4F 0 2F 13 3E 143 1F 1D
Octal 141 63 117 0 57 23 76 503 37 35
Binary 1100001 110011 1001111 0 101111 10011 111110 101000011 11111 11101

Color Harmonies of #61334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61334F

Black with #61334F

Text Example


Text Example

White with #61334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61334F; }

 p { color: rgb(97,51,79); }

 H1.HeaderClassName
 {
   color: #61334F;
 }
 .AnyTagClassName
 {
   color: #61334F;
 }
</style>

background-color css

<style>
 a { background-color: #61334F; }

 a { background-color: rgb(97,51,79); }

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

border-color css

<style>
 span { border-color: #61334F; }

 span { border-color: rgb(97,51,79); }

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