#633550

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

Shades of Finn #633550

Tints of Finn #633550

Color information

#633550 (or 0x633550) is unknown color: approx Finn. HEX triplet: 63, 35 and 50. RGB value is (99,53,80). Sum of RGB (Red+Green+Blue) = 99+53+80=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #633550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633550 is #9CCAAF. Grayscale: #454545. Windows color (decimal): -10275504 or 5256547. OLE color: 5256547.

HSL color Cylindrical-coordinate representation of color #633550: hue angle of 324.78º 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 #633550 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB995380-
CMYK00.460.190.61
HSL324.78º30.26%29.8%-
HSV(B)324.78º46.46%38.82%-
XYZ7.875.788.29-
YUV69.83133.74148.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=42.67%
G=22.84%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99538000.460.190.61324.7830.2629.8
Hex63355002E133D1451e1e
Octal1436512005623755053636
Binary110001111010110100000101110100111111011010001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633550; }

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

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

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

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

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

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

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

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