Html Css Color HEX #61393F Tawny Port

📋 copy color: '#61393F'

red 97 ◦ green 57 ◦ blue 63

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

Shades of Tawny Port #61393F

Tints of Tawny Port #61393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

 BLUE value IS 63 (25% from 255) = 29.03%

R = 44.7%
G = 26.27%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61393F (or 0x61393F) is known color: Tawny Port. HEX triplet: 61, 39 and 3F. RGB value is (97,57,63). Sum of RGB (Red+Green+Blue) = 97+57+63=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #61393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61393F is #9EC6C0. Grayscale: #454545. Windows color (decimal): -10405569 or 4143457. OLE color: 4143457.

HSL color Cylindrical-coordinate representation of color #61393F: hue angle of 351º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61393F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 63 -
CMYK 0 0.41 0.35 0.62
HSL 351º 0.26% 0.3% -
HSV(B) 351º 0.41% 0.38% -
XYZ 7.29 5.83 5.44 -
YUV 69.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 97 57 63 0 0.41 0.35 0.62 351 0.26 0.3
Hex 61 39 3F 0 29 23 3E 15F 1A 1E
Octal 141 71 77 0 51 43 76 537 32 36
Binary 1100001 111001 111111 0 101001 100011 111110 101011111 11010 11110

Color Harmonies of #61393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61393F

Black with #61393F

Text Example


Text Example

White with #61393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61393F; }

 p { color: rgb(97,57,63); }

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

background-color css

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

 a { background-color: rgb(97,57,63); }

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

border-color css

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

 span { border-color: rgb(97,57,63); }

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