Html Css Color HEX #603141 Tawny Port

📋 copy color: '#603141'

red 96 ◦ green 49 ◦ blue 65

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

Shades of Tawny Port #603141

Tints of Tawny Port #603141

RGB

 RED value IS 96 (37.89% from 255) = 45.71%

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 45.71%
G = 23.33%
B = 30.95%

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

#603141 (or 0x603141) is known color: Tawny Port. HEX triplet: 60, 31 and 41. RGB value is (96,49,65). Sum of RGB (Red+Green+Blue) = 96+49+65=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603141 is #9FCEBE. Grayscale: #404040. Windows color (decimal): -10473151 or 4272480. OLE color: 4272480.

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

Color convert

RGB 96 49 65 -
CMYK 0 0.49 0.32 0.62
HSL 339.57º 0.32% 0.28% -
HSV(B) 339.57º 0.49% 0.38% -
XYZ 6.88 5.07 5.62 -
YUV 64.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 96 49 65 0 0.49 0.32 0.62 339.57 0.32 0.28
Hex 60 31 41 0 31 20 3E 154 20 1C
Octal 140 61 101 0 61 40 76 524 40 34
Binary 1100000 110001 1000001 0 110001 100000 111110 101010100 100000 11100

Color Harmonies of #603141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603141

Black with #603141

Text Example


Text Example

White with #603141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603141; }

 p { color: rgb(96,49,65); }

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

background-color css

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

 a { background-color: rgb(96,49,65); }

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

border-color css

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

 span { border-color: rgb(96,49,65); }

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