Html Css Color HEX #613F4B Tawny Port

📋 copy color: '#613F4B'

red 97 ◦ green 63 ◦ blue 75

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

Shades of Tawny Port #613F4B

Tints of Tawny Port #613F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 41.28%
G = 26.81%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#613F4B (or 0x613F4B) is known color: Tawny Port. HEX triplet: 61, 3F and 4B. RGB value is (97,63,75). Sum of RGB (Red+Green+Blue) = 97+63+75=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F4B is #9EC0B4. Grayscale: #4A4A4A. Windows color (decimal): -10404021 or 4931425. OLE color: 4931425.

HSL color Cylindrical-coordinate representation of color #613F4B: hue angle of 338.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F4B is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 75 -
CMYK 0 0.35 0.23 0.62
HSL 338.82º 0.21% 0.31% -
HSV(B) 338.82º 0.35% 0.38% -
XYZ 7.98 6.6 7.51 -
YUV 74.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 97 63 75 0 0.35 0.23 0.62 338.82 0.21 0.31
Hex 61 3F 4B 0 23 17 3E 153 15 1F
Octal 141 77 113 0 43 27 76 523 25 37
Binary 1100001 111111 1001011 0 100011 10111 111110 101010011 10101 11111

Color Harmonies of #613F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F4B

Black with #613F4B

Text Example


Text Example

White with #613F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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