Html Css Color HEX #613242 Tawny Port

📋 copy color: '#613242'

red 97 ◦ green 50 ◦ blue 66

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

Shades of Tawny Port #613242

Tints of Tawny Port #613242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 45.54%
G = 23.47%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#613242 (or 0x613242) is known color: Tawny Port. HEX triplet: 61, 32 and 42. RGB value is (97,50,66). Sum of RGB (Red+Green+Blue) = 97+50+66=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613242 is #9ECDBD. Grayscale: #414141. Windows color (decimal): -10407358 or 4338273. OLE color: 4338273.

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

Color convert

RGB 97 50 66 -
CMYK 0 0.48 0.32 0.62
HSL 339.57º 0.32% 0.29% -
HSV(B) 339.57º 0.48% 0.38% -
XYZ 7.05 5.22 5.79 -
YUV 65.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 97 50 66 0 0.48 0.32 0.62 339.57 0.32 0.29
Hex 61 32 42 0 30 20 3E 154 20 1D
Octal 141 62 102 0 60 40 76 524 40 35
Binary 1100001 110010 1000010 0 110000 100000 111110 101010100 100000 11101

Color Harmonies of #613242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613242

Black with #613242

Text Example


Text Example

White with #613242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613242; }

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

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

background-color css

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

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

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

border-color css

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

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

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