Html Css Color HEX #603449 Tawny Port

📋 copy color: '#603449'

red 96 ◦ green 52 ◦ blue 73

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

Shades of Tawny Port #603449

Tints of Tawny Port #603449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 43.44%
G = 23.53%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#603449 (or 0x603449) is known color: Tawny Port. HEX triplet: 60, 34 and 49. RGB value is (96,52,73). Sum of RGB (Red+Green+Blue) = 96+52+73=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #603449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603449 is #9FCBB6. Grayscale: #434343. Windows color (decimal): -10472375 or 4797536. OLE color: 4797536.

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

Color convert

RGB 96 52 73 -
CMYK 0 0.46 0.24 0.62
HSL 331.36º 0.3% 0.29% -
HSV(B) 331.36º 0.46% 0.38% -
XYZ 7.25 5.42 6.97 -
YUV 67.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 96 52 73 0 0.46 0.24 0.62 331.36 0.3 0.29
Hex 60 34 49 0 2E 18 3E 14B 1E 1D
Octal 140 64 111 0 56 30 76 513 36 35
Binary 1100000 110100 1001001 0 101110 11000 111110 101001011 11110 11101

Color Harmonies of #603449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603449

Black with #603449

Text Example


Text Example

White with #603449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603449; }

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

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

background-color css

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

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

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

border-color css

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

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

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