Html Css Color HEX #613348 Tawny Port

📋 copy color: '#613348'

red 97 ◦ green 51 ◦ blue 72

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

Shades of Tawny Port #613348

Tints of Tawny Port #613348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 44.09%
G = 23.18%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#613348 (or 0x613348) is known color: Tawny Port. HEX triplet: 61, 33 and 48. RGB value is (97,51,72). Sum of RGB (Red+Green+Blue) = 97+51+72=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #613348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613348 is #9ECCB7. Grayscale: #434343. Windows color (decimal): -10407096 or 4731745. OLE color: 4731745.

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

Color convert

RGB 97 51 72 -
CMYK 0 0.47 0.26 0.62
HSL 332.61º 0.31% 0.29% -
HSV(B) 332.61º 0.47% 0.38% -
XYZ 7.28 5.38 6.78 -
YUV 67.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 97 51 72 0 0.47 0.26 0.62 332.61 0.31 0.29
Hex 61 33 48 0 2F 1A 3E 14D 1F 1D
Octal 141 63 110 0 57 32 76 515 37 35
Binary 1100001 110011 1001000 0 101111 11010 111110 101001101 11111 11101

Color Harmonies of #613348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613348

Black with #613348

Text Example


Text Example

White with #613348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613348; }

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

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

background-color css

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

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

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

border-color css

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

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

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