Html Css Color HEX #61334A Tawny Port

📋 copy color: '#61334A'

red 97 ◦ green 51 ◦ blue 74

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

Shades of Tawny Port #61334A

Tints of Tawny Port #61334A

RGB

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

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

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

R = 43.69%
G = 22.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61334A (or 0x61334A) is known color: Tawny Port. HEX triplet: 61, 33 and 4A. RGB value is (97,51,74). Sum of RGB (Red+Green+Blue) = 97+51+74=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61334A is #9ECCB5. Grayscale: #434343. Windows color (decimal): -10407094 or 4862817. OLE color: 4862817.

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

Color convert

RGB 97 51 74 -
CMYK 0 0.47 0.24 0.62
HSL 330º 0.31% 0.29% -
HSV(B) 330º 0.47% 0.38% -
XYZ 7.35 5.4 7.13 -
YUV 67.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 97 51 74 0 0.47 0.24 0.62 330 0.31 0.29
Hex 61 33 4A 0 2F 18 3E 14A 1F 1D
Octal 141 63 112 0 57 30 76 512 37 35
Binary 1100001 110011 1001010 0 101111 11000 111110 101001010 11111 11101

Color Harmonies of #61334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61334A

Black with #61334A

Text Example


Text Example

White with #61334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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