Html Css Color HEX #603349 Tawny Port

📋 copy color: '#603349'

red 96 ◦ green 51 ◦ blue 73

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

Shades of Tawny Port #603349

Tints of Tawny Port #603349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 43.64%
G = 23.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#603349 (or 0x603349) is known color: Tawny Port. HEX triplet: 60, 33 and 49. RGB value is (96,51,73). Sum of RGB (Red+Green+Blue) = 96+51+73=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #603349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603349 is #9FCCB6. Grayscale: #424242. Windows color (decimal): -10472631 or 4797280. OLE color: 4797280.

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

Color convert

RGB 96 51 73 -
CMYK 0 0.47 0.24 0.62
HSL 330.67º 0.31% 0.29% -
HSV(B) 330.67º 0.47% 0.38% -
XYZ 7.21 5.34 6.95 -
YUV 66.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 96 51 73 0 0.47 0.24 0.62 330.67 0.31 0.29
Hex 60 33 49 0 2F 18 3E 14B 1F 1D
Octal 140 63 111 0 57 30 76 513 37 35
Binary 1100000 110011 1001001 0 101111 11000 111110 101001011 11111 11101

Color Harmonies of #603349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603349

Black with #603349

Text Example


Text Example

White with #603349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603349; }

 p { color: rgb(96,51,73); }

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

background-color css

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

 a { background-color: rgb(96,51,73); }

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

border-color css

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

 span { border-color: rgb(96,51,73); }

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