#63384F

Color #63384F Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #63384F

Tints of Finn #63384F

Color information

#63384F (or 0x63384F) is unknown color: approx Finn. HEX triplet: 63, 38 and 4F. RGB value is (99,56,79). Sum of RGB (Red+Green+Blue) = 99+56+79=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #63384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63384F is #9CC7B0. Grayscale: #474747. Windows color (decimal): -10274737 or 5191779. OLE color: 5191779.

HSL color Cylindrical-coordinate representation of color #63384F: hue angle of 327.91º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63384F is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB995679-
CMYK00.430.200.61
HSL327.91º27.74%30.39%-
HSV(B)327.91º43.43%38.82%-
XYZ7.976.058.14-
YUV71.48132.25147.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=42.31%
G=23.93%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99567900.430.200.61327.9127.7430.39
Hex63384F02B143D1481c1e
Octal1437011705324755103436
Binary110001111100010011110101011101001111011010010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63384F;
 }
 .AnyTagClassName
 {
   color: #63384F;
 }
</style>
background-color css

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

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

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

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

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

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