Html Css Color HEX #603A4B Tawny Port

📋 copy color: '#603A4B'

red 96 ◦ green 58 ◦ blue 75

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

Shades of Tawny Port #603A4B

Tints of Tawny Port #603A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.33%

 BLUE value IS 75 (29.69% from 255) = 32.75%

R = 41.92%
G = 25.33%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#603A4B (or 0x603A4B) is known color: Tawny Port. HEX triplet: 60, 3A and 4B. RGB value is (96,58,75). Sum of RGB (Red+Green+Blue) = 96+58+75=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A4B is #9FC5B4. Grayscale: #474747. Windows color (decimal): -10470837 or 4930144. OLE color: 4930144.

HSL color Cylindrical-coordinate representation of color #603A4B: hue angle of 333.16º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A4B is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 75 -
CMYK 0 0.40 0.22 0.62
HSL 333.16º 0.25% 0.3% -
HSV(B) 333.16º 0.4% 0.38% -
XYZ 7.61 6.02 7.42 -
YUV 71.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 96 58 75 0 0.40 0.22 0.62 333.16 0.25 0.3
Hex 60 3A 4B 0 28 16 3E 14D 19 1E
Octal 140 72 113 0 50 26 76 515 31 36
Binary 1100000 111010 1001011 0 101000 10110 111110 101001101 11001 11110

Color Harmonies of #603A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A4B

Black with #603A4B

Text Example


Text Example

White with #603A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A4B; }

 p { color: rgb(96,58,75); }

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

background-color css

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

 a { background-color: rgb(96,58,75); }

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

border-color css

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

 span { border-color: rgb(96,58,75); }

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