Html Css Color HEX #613441 Tawny Port

📋 copy color: '#613441'

red 97 ◦ green 52 ◦ blue 65

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

Shades of Tawny Port #613441

Tints of Tawny Port #613441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 45.33%
G = 24.3%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#613441 (or 0x613441) is known color: Tawny Port. HEX triplet: 61, 34 and 41. RGB value is (97,52,65). Sum of RGB (Red+Green+Blue) = 97+52+65=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613441 is #9ECBBE. Grayscale: #424242. Windows color (decimal): -10406847 or 4273249. OLE color: 4273249.

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

Color convert

RGB 97 52 65 -
CMYK 0 0.46 0.33 0.62
HSL 342.67º 0.3% 0.29% -
HSV(B) 342.67º 0.46% 0.38% -
XYZ 7.11 5.38 5.66 -
YUV 66.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 97 52 65 0 0.46 0.33 0.62 342.67 0.3 0.29
Hex 61 34 41 0 2E 21 3E 157 1E 1D
Octal 141 64 101 0 56 41 76 527 36 35
Binary 1100001 110100 1000001 0 101110 100001 111110 101010111 11110 11101

Color Harmonies of #613441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613441

Black with #613441

Text Example


Text Example

White with #613441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613441; }

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

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

background-color css

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

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

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

border-color css

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

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

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