Html Css Color HEX #60364F Finn

📋 copy color: '#60364F'

red 96 ◦ green 54 ◦ blue 79

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

Shades of Finn #60364F

Tints of Finn #60364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 41.92%
G = 23.58%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60364F (or 0x60364F) is known color: Finn. HEX triplet: 60, 36 and 4F. RGB value is (96,54,79). Sum of RGB (Red+Green+Blue) = 96+54+79=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60364F is #9FC9B0. Grayscale: #454545. Windows color (decimal): -10471857 or 5191264. OLE color: 5191264.

HSL color Cylindrical-coordinate representation of color #60364F: hue angle of 324.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60364F is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 54 79 -
CMYK 0 0.44 0.18 0.62
HSL 324.29º 0.28% 0.29% -
HSV(B) 324.29º 0.44% 0.38% -
XYZ 7.55 5.69 8.1 -
YUV 69.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 96 54 79 0 0.44 0.18 0.62 324.29 0.28 0.29
Hex 60 36 4F 0 2C 12 3E 144 1C 1D
Octal 140 66 117 0 54 22 76 504 34 35
Binary 1100000 110110 1001111 0 101100 10010 111110 101000100 11100 11101

Color Harmonies of #60364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60364F

Black with #60364F

Text Example


Text Example

White with #60364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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