Html Css Color HEX #603448 Tawny Port

📋 copy color: '#603448'

red 96 ◦ green 52 ◦ blue 72

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

Shades of Tawny Port #603448

Tints of Tawny Port #603448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 43.64%
G = 23.64%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#603448 (or 0x603448) is known color: Tawny Port. HEX triplet: 60, 34 and 48. RGB value is (96,52,72). Sum of RGB (Red+Green+Blue) = 96+52+72=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #603448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603448 is #9FCBB7. Grayscale: #434343. Windows color (decimal): -10472376 or 4732000. OLE color: 4732000.

HSL color Cylindrical-coordinate representation of color #603448: hue angle of 332.73º 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 #603448 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 72 -
CMYK 0 0.46 0.25 0.62
HSL 332.73º 0.3% 0.29% -
HSV(B) 332.73º 0.46% 0.38% -
XYZ 7.22 5.41 6.79 -
YUV 67.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 96 52 72 0 0.46 0.25 0.62 332.73 0.3 0.29
Hex 60 34 48 0 2E 19 3E 14D 1E 1D
Octal 140 64 110 0 56 31 76 515 36 35
Binary 1100000 110100 1001000 0 101110 11001 111110 101001101 11110 11101

Color Harmonies of #603448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603448

Black with #603448

Text Example


Text Example

White with #603448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603448; }

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

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

background-color css

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

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

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

border-color css

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

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

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