#633552

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

Shades of Finn #633552

Tints of Finn #633552

Color information

#633552 (or 0x633552) is unknown color: approx Finn. HEX triplet: 63, 35 and 52. RGB value is (99,53,82). Sum of RGB (Red+Green+Blue) = 99+53+82=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #633552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633552 is #9CCAAD. Grayscale: #454545. Windows color (decimal): -10275502 or 5387619. OLE color: 5387619.

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

Color convert

RGB995382-
CMYK00.460.170.61
HSL322.17º30.26%29.8%-
HSV(B)322.17º46.46%38.82%-
XYZ7.945.818.69-
YUV70.06134.74148.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=42.31%
G=22.65%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99538200.460.170.61322.1730.2629.8
Hex63355202E113D1421e1e
Octal1436512205621755023636
Binary110001111010110100100101110100011111011010000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633552; }

 p { color: rgb(99,53,82); }

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

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

 a { background-color: rgb(99,53,82); }

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

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

 span { border-color: rgb(99,53,82); }

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