Html Css Color HEX #613142 Tawny Port

📋 copy color: '#613142'

red 97 ◦ green 49 ◦ blue 66

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

Shades of Tawny Port #613142

Tints of Tawny Port #613142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 45.75%
G = 23.11%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613142 (or 0x613142) is known color: Tawny Port. HEX triplet: 61, 31 and 42. RGB value is (97,49,66). Sum of RGB (Red+Green+Blue) = 97+49+66=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613142 is #9ECEBD. Grayscale: #414141. Windows color (decimal): -10407614 or 4338017. OLE color: 4338017.

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

Color convert

RGB 97 49 66 -
CMYK 0 0.49 0.32 0.62
HSL 338.75º 0.33% 0.29% -
HSV(B) 338.75º 0.49% 0.38% -
XYZ 7.01 5.13 5.78 -
YUV 65.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 97 49 66 0 0.49 0.32 0.62 338.75 0.33 0.29
Hex 61 31 42 0 31 20 3E 153 21 1D
Octal 141 61 102 0 61 40 76 523 41 35
Binary 1100001 110001 1000010 0 110001 100000 111110 101010011 100001 11101

Color Harmonies of #613142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613142

Black with #613142

Text Example


Text Example

White with #613142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613142; }

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

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

background-color css

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

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

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

border-color css

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

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

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