Html Css Color HEX #603143 Tawny Port

📋 copy color: '#603143'

red 96 ◦ green 49 ◦ blue 67

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

Shades of Tawny Port #603143

Tints of Tawny Port #603143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 45.28%
G = 23.11%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#603143 (or 0x603143) is known color: Tawny Port. HEX triplet: 60, 31 and 43. RGB value is (96,49,67). Sum of RGB (Red+Green+Blue) = 96+49+67=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603143 is #9FCEBC. Grayscale: #414141. Windows color (decimal): -10473149 or 4403552. OLE color: 4403552.

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

Color convert

RGB 96 49 67 -
CMYK 0 0.49 0.30 0.62
HSL 337.02º 0.32% 0.28% -
HSV(B) 337.02º 0.49% 0.38% -
XYZ 6.94 5.09 5.93 -
YUV 65.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 96 49 67 0 0.49 0.30 0.62 337.02 0.32 0.28
Hex 60 31 43 0 31 1E 3E 151 20 1C
Octal 140 61 103 0 61 36 76 521 40 34
Binary 1100000 110001 1000011 0 110001 11110 111110 101010001 100000 11100

Color Harmonies of #603143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603143

Black with #603143

Text Example


Text Example

White with #603143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603143; }

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

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

background-color css

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

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

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

border-color css

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

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

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