Html Css Color HEX #61353F Tawny Port

📋 copy color: '#61353F'

red 97 ◦ green 53 ◦ blue 63

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

Shades of Tawny Port #61353F

Tints of Tawny Port #61353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 45.54%
G = 24.88%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61353F (or 0x61353F) is known color: Tawny Port. HEX triplet: 61, 35 and 3F. RGB value is (97,53,63). Sum of RGB (Red+Green+Blue) = 97+53+63=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61353F is #9ECAC0. Grayscale: #434343. Windows color (decimal): -10406593 or 4142433. OLE color: 4142433.

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

Color convert

RGB 97 53 63 -
CMYK 0 0.45 0.35 0.62
HSL 346.36º 0.29% 0.29% -
HSV(B) 346.36º 0.45% 0.38% -
XYZ 7.1 5.45 5.38 -
YUV 67.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 97 53 63 0 0.45 0.35 0.62 346.36 0.29 0.29
Hex 61 35 3F 0 2D 23 3E 15A 1D 1D
Octal 141 65 77 0 55 43 76 532 35 35
Binary 1100001 110101 111111 0 101101 100011 111110 101011010 11101 11101

Color Harmonies of #61353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61353F

Black with #61353F

Text Example


Text Example

White with #61353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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