Html Css Color HEX #613442 Tawny Port

📋 copy color: '#613442'

red 97 ◦ green 52 ◦ blue 66

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

Shades of Tawny Port #613442

Tints of Tawny Port #613442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 45.12%
G = 24.19%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613442 (or 0x613442) is known color: Tawny Port. HEX triplet: 61, 34 and 42. RGB value is (97,52,66). Sum of RGB (Red+Green+Blue) = 97+52+66=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613442 is #9ECBBD. Grayscale: #434343. Windows color (decimal): -10406846 or 4338785. OLE color: 4338785.

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

Color convert

RGB 97 52 66 -
CMYK 0 0.46 0.32 0.62
HSL 341.33º 0.3% 0.29% -
HSV(B) 341.33º 0.46% 0.38% -
XYZ 7.14 5.39 5.82 -
YUV 67.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 97 52 66 0 0.46 0.32 0.62 341.33 0.3 0.29
Hex 61 34 42 0 2E 20 3E 155 1E 1D
Octal 141 64 102 0 56 40 76 525 36 35
Binary 1100001 110100 1000010 0 101110 100000 111110 101010101 11110 11101

Color Harmonies of #613442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613442

Black with #613442

Text Example


Text Example

White with #613442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613442; }

 p { color: rgb(97,52,66); }

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

background-color css

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

 a { background-color: rgb(97,52,66); }

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

border-color css

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

 span { border-color: rgb(97,52,66); }

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