Html Css Color HEX #60384F Finn

📋 copy color: '#60384F'

red 96 ◦ green 56 ◦ blue 79

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

Shades of Finn #60384F

Tints of Finn #60384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

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

R = 41.56%
G = 24.24%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60384F (or 0x60384F) is known color: Finn. HEX triplet: 60, 38 and 4F. RGB value is (96,56,79). Sum of RGB (Red+Green+Blue) = 96+56+79=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #60384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60384F is #9FC7B0. Grayscale: #464646. Windows color (decimal): -10471345 or 5191776. OLE color: 5191776.

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

Color convert

RGB 96 56 79 -
CMYK 0 0.42 0.18 0.62
HSL 325.5º 0.26% 0.3% -
HSV(B) 325.5º 0.42% 0.38% -
XYZ 7.65 5.88 8.13 -
YUV 70.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 96 56 79 0 0.42 0.18 0.62 325.5 0.26 0.3
Hex 60 38 4F 0 2A 12 3E 146 1A 1E
Octal 140 70 117 0 52 22 76 506 32 36
Binary 1100000 111000 1001111 0 101010 10010 111110 101000110 11010 11110

Color Harmonies of #60384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60384F

Black with #60384F

Text Example


Text Example

White with #60384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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