#63374F

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

Shades of Finn #63374F

Tints of Finn #63374F

Color information

#63374F (or 0x63374F) is unknown color: approx Finn. HEX triplet: 63, 37 and 4F. RGB value is (99,55,79). Sum of RGB (Red+Green+Blue) = 99+55+79=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #63374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63374F is #9CC8B0. Grayscale: #464646. Windows color (decimal): -10274993 or 5191523. OLE color: 5191523.

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

Color convert

RGB995579-
CMYK00.440.200.61
HSL327.27º28.57%30.2%-
HSV(B)327.27º44.44%38.82%-
XYZ7.925.958.13-
YUV70.89132.58148.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=42.49%
G=23.61%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99557900.440.200.61327.2728.5730.2
Hex63374F02C143D1471d1e
Octal1436711705424755073536
Binary110001111011110011110101100101001111011010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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