Html Css Color HEX #603F53 Finn

📋 copy color: '#603F53'

red 96 ◦ green 63 ◦ blue 83

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

Shades of Finn #603F53

Tints of Finn #603F53

RGB

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

 GREEN value IS 63 (25% from 255) = 26.03%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 39.67%
G = 26.03%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#603F53 (or 0x603F53) is known color: Finn. HEX triplet: 60, 3F and 53. RGB value is (96,63,83). Sum of RGB (Red+Green+Blue) = 96+63+83=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #603F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F53 is #9FC0AC. Grayscale: #4B4B4B. Windows color (decimal): -10469549 or 5455712. OLE color: 5455712.

HSL color Cylindrical-coordinate representation of color #603F53: hue angle of 323.64º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F53 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 63 83 -
CMYK 0 0.34 0.14 0.62
HSL 323.64º 0.21% 0.31% -
HSV(B) 323.64º 0.34% 0.38% -
XYZ 8.16 6.67 9.04 -
YUV 75.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 96 63 83 0 0.34 0.14 0.62 323.64 0.21 0.31
Hex 60 3F 53 0 22 E 3E 144 15 1F
Octal 140 77 123 0 42 16 76 504 25 37
Binary 1100000 111111 1010011 0 100010 1110 111110 101000100 10101 11111

Color Harmonies of #603F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F53

Black with #603F53

Text Example


Text Example

White with #603F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,63,83); }

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

background-color css

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

 a { background-color: rgb(96,63,83); }

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

border-color css

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

 span { border-color: rgb(96,63,83); }

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