#653552

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

Shades of Finn #653552

Tints of Finn #653552

Color information

#653552 (or 0x653552) is unknown color: approx Finn. HEX triplet: 65, 35 and 52. RGB value is (101,53,82). Sum of RGB (Red+Green+Blue) = 101+53+82=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #653552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653552 is #9ACAAD. Grayscale: #464646. Windows color (decimal): -10144430 or 5387621. OLE color: 5387621.

HSL color Cylindrical-coordinate representation of color #653552: hue angle of 323.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653552 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1015382-
CMYK00.480.190.60
HSL323.75º31.17%30.2%-
HSV(B)323.75º47.52%39.61%-
XYZ8.165.928.7-
YUV70.66134.4149.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=42.80%
G=22.46%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101538200.480.190.60323.7531.1730.2
Hex653552030133C1441f1e
Octal1456512206023745043736
Binary110010111010110100100110000100111111001010001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653552; }

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

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

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

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

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

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

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

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