#61384F

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

Shades of Finn #61384F

Tints of Finn #61384F

Color information

#61384F (or 0x61384F) is unknown color: approx Finn. HEX triplet: 61, 38 and 4F. RGB value is (97,56,79). Sum of RGB (Red+Green+Blue) = 97+56+79=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #61384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61384F is #9EC7B0. Grayscale: #464646. Windows color (decimal): -10405809 or 5191777. OLE color: 5191777.

HSL color Cylindrical-coordinate representation of color #61384F: hue angle of 326.34º degrees, saturation: 0.27, 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 #61384F is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB975679-
CMYK00.420.190.62
HSL326.34º26.8%30%-
HSV(B)326.34º42.27%38.04%-
XYZ7.765.938.13-
YUV70.88132.58146.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=41.81%
G=24.14%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97567900.420.190.62326.3426.830
Hex61384F02A133E1461b1e
Octal1417011705223765063336
Binary110000111100010011110101010100111111101010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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