Html Css Color HEX #603A4F Finn

📋 copy color: '#603A4F'

red 96 ◦ green 58 ◦ blue 79

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

Shades of Finn #603A4F

Tints of Finn #603A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 41.2%
G = 24.89%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#603A4F (or 0x603A4F) is known color: Finn. HEX triplet: 60, 3A and 4F. RGB value is (96,58,79). Sum of RGB (Red+Green+Blue) = 96+58+79=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A4F is #9FC5B0. Grayscale: #474747. Windows color (decimal): -10470833 or 5192288. OLE color: 5192288.

HSL color Cylindrical-coordinate representation of color #603A4F: hue angle of 326.84º 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 #603A4F is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 79 -
CMYK 0 0.40 0.18 0.62
HSL 326.84º 0.25% 0.3% -
HSV(B) 326.84º 0.4% 0.38% -
XYZ 7.75 6.08 8.16 -
YUV 71.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 96 58 79 0 0.40 0.18 0.62 326.84 0.25 0.3
Hex 60 3A 4F 0 28 12 3E 147 19 1E
Octal 140 72 117 0 50 22 76 507 31 36
Binary 1100000 111010 1001111 0 101000 10010 111110 101000111 11001 11110

Color Harmonies of #603A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A4F

Black with #603A4F

Text Example


Text Example

White with #603A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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